#12701C

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

Shades of Forest Green #12701C

Tints of Forest Green #12701C

Color information

#12701C (or 0x12701C) is unknown color: approx Forest Green. HEX triplet: 12, 70 and 1C. RGB value is (18,112,28). Sum of RGB (Red+Green+Blue) = 18+112+28=158 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.39% from 158); Green value is 112 (44.14% from 255 or 70.89% from 158); Blue value is 28 (11.33% from 255 or 17.72% from 158); Max value from RGB is 112 - color contains mainly: green. Hex color #12701C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #12701C is #ED8FE3. Grayscale: #4A4A4A. Windows color (decimal): -15568868 or 1863698. OLE color: 1863698.

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

Color convert

RGB1811228-
CMYK0.8400.750.56
HSL126.38º72.31%25.49%-
HSV(B)126.38º83.93%43.92%-
XYZ6.2511.83.05-
YUV74.32101.8687.83-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 11.39%
GREEN value IS 112 (44.14% from 255) = 70.89%
BLUE value IS 28 (11.33% from 255) = 17.72%
R=11.39%
G=70.89%
B=17.72%

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
Decimal18112280.8400.750.56126.3872.3125.49
Hex12701C5404B387e4819
Octal221603412401137017611031
Binary100101110000111001010100010010111110001111110100100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12701C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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