#1C8215

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

Shades of Forest Green #1C8215

Tints of Forest Green #1C8215

Color information

#1C8215 (or 0x1C8215) is unknown color: approx Forest Green. HEX triplet: 1C, 82 and 15. RGB value is (28,130,21). Sum of RGB (Red+Green+Blue) = 28+130+21=179 (23% of max value = 765). Red value is 28 (11.33% from 255 or 15.64% from 179); Green value is 130 (51.17% from 255 or 72.63% from 179); Blue value is 21 (8.59% from 255 or 11.73% from 179); Max value from RGB is 130 - color contains mainly: green. Hex color #1C8215 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1C8215 is #E37DEA. Grayscale: #575757. Windows color (decimal): -14908907 or 1409564. OLE color: 1409564.

HSL color Cylindrical-coordinate representation of color #1C8215: hue angle of 116.15º degrees, saturation: 0.72, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1C8215 is Cyan = 0.78, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.49.

Color convert

RGB2813021-
CMYK0.7800.840.49
HSL116.15º72.19%29.61%-
HSV(B)116.15º83.85%50.98%-
XYZ8.616.273.4-
YUV87.0890.7185.86-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 15.64%
GREEN value IS 130 (51.17% from 255) = 72.63%
BLUE value IS 21 (8.59% from 255) = 11.73%
R=15.64%
G=72.63%
B=11.73%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal28130210.7800.840.49116.1572.1929.61
Hex1C82154E0543174481e
Octal342022511601246116411036
Binary1110010000010101011001110010101001100011110100100100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C8215

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,130,21); }

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

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

 a { background-color: rgb(28,130,21); }

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

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

 span { border-color: rgb(28,130,21); }

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