COLOR #267F25

HEX: #267F25
RGB: (38,127,37)

Color info

#267F25 contains mainly green color. Web safe color of #267F25 is #336633 (or #363).

RGB color model

#267F25 color RGB value is (38,127,37).

  • red value is 38;
  • green value is 127;
  • blue value is 37.
RGB:
(38,127,37)
(15%,50%,15%)

RGB channels and saturation

R 38 of 255 = 15%
G 127 of 255 = 50%
B 37 of 255 = 15%

38
127
37

R + G + B ~ 27%. #267F25 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
38 + 127 + 37 = 202 (100%)
R 38 of 202 ~ 18.81%
G 127 of 202 ~ 62.87%
B 37 of 202 ~ 18.32%

%18.81
%62.87
%18.32

CMYK color model

#267F25 color CMYK value is (70,0,71,50).

  • cyan value is 70.08%
  • magenta value is 0.00%
  • yellow value is 70.87%
  • key color value is 50.20%
CMYK:
(70,0,71,50)
C70M0Y71K50 
(70%,0%,71%,50%)
(0.70/0.00/0.71/0.50)	

CMYK percentages

%70.08
%0
%70.87
%50.2

Codes

Color #267F25 in popluar color models

267F25
RGB3812737
HSL119°54.88%32.16%
HSB/HSV119°70.87%49.80%
CMYK70.08%0.00%70.87%
50.20%

Color #267F25 in popluar number systems.

HEX267F25
Decimal3812737
Binary1001101111111100101
Octal4617745

Shades and tints

Shades of #267F25

#267F25
(38,127,37)
#237422
(35,116,34)
#20691F
(32,105,31)
#1D5E1C
(29,94,28)
#1A5319
(26,83,25)
#174816
(23,72,22)
#143D13
(20,61,19)
#113210
(17,50,16)
#0E270D
(14,39,13)
#0B1C0A
(11,28,10)
#081107
(8,17,7)
#000000
(0,0,0)

Tints of #267F25

#267F25
(38,127,37)
#398A38
(57,138,56)
#4C954B
(76,149,75)
#5FA05E
(95,160,94)
#72AB71
(114,171,113)
#85B684
(133,182,132)
#98C197
(152,193,151)
#ABCCAA
(171,204,170)
#BED7BD
(190,215,189)
#D1E2D0
(209,226,208)
#E4EDE3
(228,237,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #267F25 color. Also use rgb(38,127,37) instead hex code.

Text Font Color

.myTextColor { color: #267F25; }

<p style="color:#267F25">This sample text font color is #267F25.</p>

This text font color is #267F25.


Background Color

.myBgColor { background-color: #267F25; }

<div style="background-color:#267F25">Inner text</div>

This div background color is #267F25.


Border color

.myBorderColor { border: 1px solid #267F25; }

<div style="border:3px solid #267F25">Div</div>

This div border color is #267F25.


Opacity

.myOpacity80 { color: #267F25; opacity: 0.8; }

<p style="color:#267F25;opacity:0.8;">80%</p>

Text with #267F25 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #267F25;}

<p style="text-shadow: 3px 3px 1px #267F25">Text here.</p>

This text has shadow with #267F25 color.

.textShadow {text-shadow: 3px 3px 1px #267F25, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #267F25, 5px 5px 20px red">Text here.</p>

This text has shadow with #267F25 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#267F25, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#267F25, Direction=45, Strength=4)">Text</p>

This text has shadow with #267F25 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #267F25;
  -webkit-box-shadow:	1px 1px 3px 2px #267F25;
  box-shadow:		1px 1px 3px 2px #267F25;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #267F25;
-webkit-box-shadow: 1px 1px 3px 2px #267F25;
box-shadow:1px 1px 3px 2px #267F25;">
Div content here</div>
This div box has shadow with color #267F25.

Preview

Color preview on black background

This text has color #267F25 on black background.


Color preview on white background

This text has color #267F25 on white background.



Black color preview on #267F25 background

This text has black color on #267F25 background.


White color preview on #267F25 background

This text has white color on #267F25 background.