#1C7612

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

Shades of Forest Green #1C7612

Tints of Forest Green #1C7612

Color information

#1C7612 (or 0x1C7612) is unknown color: approx Forest Green. HEX triplet: 1C, 76 and 12. RGB value is (28,118,18). Sum of RGB (Red+Green+Blue) = 28+118+18=164 (21% of max value = 765). Red value is 28 (11.33% from 255 or 17.07% from 164); Green value is 118 (46.48% from 255 or 71.95% from 164); Blue value is 18 (7.42% from 255 or 10.98% from 164); Max value from RGB is 118 - color contains mainly: green. Hex color #1C7612 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1C7612 is #E389ED. Grayscale: #505050. Windows color (decimal): -14911982 or 1209884. OLE color: 1209884.

HSL color Cylindrical-coordinate representation of color #1C7612: hue angle of 114º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1C7612 is Cyan = 0.76, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.54.

Color convert

RGB2811818-
CMYK0.7600.850.54
HSL114º73.53%26.67%-
HSV(B)114º84.75%46.27%-
XYZ7.0713.252.76-
YUV79.6993.1891.13-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 17.07%
GREEN value IS 118 (46.48% from 255) = 71.95%
BLUE value IS 18 (7.42% from 255) = 10.98%
R=17.07%
G=71.95%
B=10.98%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal28118180.7600.850.5411473.5326.67
Hex1C76124C05536724a1b
Octal341662211401256616211233
Binary111001110110100101001100010101011101101110010100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C7612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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