#267E14

Color #267E14 Forest Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Forest Green #267E14

Tints of Forest Green #267E14

Color information

#267E14 (or 0x267E14) is unknown color: approx Forest Green. HEX triplet: 26, 7E and 14. RGB value is (38,126,20). Sum of RGB (Red+Green+Blue) = 38+126+20=184 (24% of max value = 765). Red value is 38 (15.23% from 255 or 20.65% from 184); Green value is 126 (49.61% from 255 or 68.48% from 184); Blue value is 20 (8.20% from 255 or 10.87% from 184); Max value from RGB is 126 - color contains mainly: green. Hex color #267E14 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #267E14 is #D981EB. Grayscale: #575757. Windows color (decimal): -14254572 or 1343014. OLE color: 1343014.

HSL color Cylindrical-coordinate representation of color #267E14: hue angle of 109.81º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #267E14 is Cyan = 0.70, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.51.

Color convert

RGB3812620-
CMYK0.7000.840.51
HSL109.81º72.6%28.63%-
HSV(B)109.81º84.13%49.41%-
XYZ8.3915.383.19-
YUV87.689.8592.62-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 38 (15.23% from 255) = 20.65%
GREEN value IS 126 (49.61% from 255) = 68.48%
BLUE value IS 20 (8.20% from 255) = 10.87%
R=20.65%
G=68.48%
B=10.87%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal38126200.7000.840.51109.8172.628.63
Hex267E1446054336e491d
Octal461762410601246315611135
Binary1001101111110101001000110010101001100111101110100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #267E14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #267E14; }

 p { color: rgb(38,126,20); }

 H1.HeaderClassName
 {
   color: #267E14;
 }
 .AnyTagClassName
 {
   color: #267E14;
 }
</style>
background-color css

<style>
 a { background-color: #267E14; }

 a { background-color: rgb(38,126,20); }

 div.DivClassName
 {
   background-color: #267E14;
 }
 .BgClassName
 {
   background-color: #267E14;
 }
</style>
border-color css

<style>
 span { border-color: #267E14; }

 span { border-color: rgb(38,126,20); }

 td.TdClassName
 {
   border-color: #267E14;
 }
 .TagClassName
 {
   border-color: #267E14;
 }
</style>