#12711C

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

Shades of Forest Green #12711C

Tints of Forest Green #12711C

Color information

#12711C (or 0x12711C) is unknown color: approx Forest Green. HEX triplet: 12, 71 and 1C. RGB value is (18,113,28). Sum of RGB (Red+Green+Blue) = 18+113+28=159 (21% of max value = 765). Red value is 18 (7.42% from 255 or 11.32% from 159); Green value is 113 (44.53% from 255 or 71.07% from 159); Blue value is 28 (11.33% from 255 or 17.61% from 159); Max value from RGB is 113 - color contains mainly: green. Hex color #12711C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #12711C is #ED8EE3. Grayscale: #4B4B4B. Windows color (decimal): -15568612 or 1863954. OLE color: 1863954.

HSL color Cylindrical-coordinate representation of color #12711C: hue angle of 126.32º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #12711C is Cyan = 0.84, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.56.

Color convert

RGB1811328-
CMYK0.8400.750.56
HSL126.32º72.52%25.69%-
HSV(B)126.32º84.07%44.31%-
XYZ6.3612.023.08-
YUV74.9101.5387.41-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 11.32%
GREEN value IS 113 (44.53% from 255) = 71.07%
BLUE value IS 28 (11.33% from 255) = 17.61%
R=11.32%
G=71.07%
B=17.61%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal18113280.8400.750.56126.3272.5225.69
Hex12711C5404B387e491a
Octal221613412401137017611132
Binary100101110001111001010100010010111110001111110100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12711C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12711C; }

 p { color: rgb(18,113,28); }

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

<style>
 a { background-color: #12711C; }

 a { background-color: rgb(18,113,28); }

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

<style>
 span { border-color: #12711C; }

 span { border-color: rgb(18,113,28); }

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