#1C7211

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

Shades of Forest Green #1C7211

Tints of Forest Green #1C7211

Color information

#1C7211 (or 0x1C7211) is unknown color: approx Forest Green. HEX triplet: 1C, 72 and 11. RGB value is (28,114,17). Sum of RGB (Red+Green+Blue) = 28+114+17=159 (21% of max value = 765). Red value is 28 (11.33% from 255 or 17.61% from 159); Green value is 114 (44.92% from 255 or 71.70% from 159); Blue value is 17 (7.03% from 255 or 10.69% from 159); Max value from RGB is 114 - color contains mainly: green. Hex color #1C7211 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1C7211 is #E38DEE. Grayscale: #4D4D4D. Windows color (decimal): -14913007 or 1143324. OLE color: 1143324.

HSL color Cylindrical-coordinate representation of color #1C7211: hue angle of 113.2º degrees, saturation: 0.74, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1C7211 is Cyan = 0.75, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.55.

Color convert

RGB2811417-
CMYK0.7500.850.55
HSL113.2º74.05%25.69%-
HSV(B)113.2º85.09%44.71%-
XYZ6.612.322.56-
YUV77.2394.0192.89-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 17.61%
GREEN value IS 114 (44.92% from 255) = 71.70%
BLUE value IS 17 (7.03% from 255) = 10.69%
R=17.61%
G=71.70%
B=10.69%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal28114170.7500.850.55113.274.0525.69
Hex1C72114B05537714a1a
Octal341622111301256716111232
Binary111001110010100011001011010101011101111110001100101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C7211

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,114,17); }

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

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

 a { background-color: rgb(28,114,17); }

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

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

 span { border-color: rgb(28,114,17); }

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