#1C6A12

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

Shades of Forest Green #1C6A12

Tints of Forest Green #1C6A12

Color information

#1C6A12 (or 0x1C6A12) is unknown color: approx Forest Green. HEX triplet: 1C, 6A and 12. RGB value is (28,106,18). Sum of RGB (Red+Green+Blue) = 28+106+18=152 (20% of max value = 765). Red value is 28 (11.33% from 255 or 18.42% from 152); Green value is 106 (41.80% from 255 or 69.74% from 152); Blue value is 18 (7.42% from 255 or 11.84% from 152); Max value from RGB is 106 - color contains mainly: green. Hex color #1C6A12 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1C6A12 is #E395ED. Grayscale: #484848. Windows color (decimal): -14915054 or 1206812. OLE color: 1206812.

HSL color Cylindrical-coordinate representation of color #1C6A12: hue angle of 113.18º degrees, saturation: 0.71, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1C6A12 is Cyan = 0.74, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.58.

Color convert

RGB2810618-
CMYK0.7400.830.58
HSL113.18º70.97%24.31%-
HSV(B)113.18º83.02%41.57%-
XYZ5.7410.62.32-
YUV72.6597.1696.16-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 18.42%
GREEN value IS 106 (41.80% from 255) = 69.74%
BLUE value IS 18 (7.42% from 255) = 11.84%
R=18.42%
G=69.74%
B=11.84%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal28106180.7400.830.58113.1870.9724.31
Hex1C6A124A0533A714718
Octal341522211201237216110730
Binary111001101010100101001010010100111110101110001100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C6A12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1C6A12; }

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

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

<style>
 a { background-color: #1C6A12; }

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

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

<style>
 span { border-color: #1C6A12; }

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

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