#216C10

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

Shades of Forest Green #216C10

Tints of Forest Green #216C10

Color information

#216C10 (or 0x216C10) is unknown color: approx Forest Green. HEX triplet: 21, 6C and 10. RGB value is (33,108,16). Sum of RGB (Red+Green+Blue) = 33+108+16=157 (20% of max value = 765). Red value is 33 (13.28% from 255 or 21.02% from 157); Green value is 108 (42.58% from 255 or 68.79% from 157); Blue value is 16 (6.64% from 255 or 10.19% from 157); Max value from RGB is 108 - color contains mainly: green. Hex color #216C10 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #216C10 is #DE93EF. Grayscale: #4B4B4B. Windows color (decimal): -14586864 or 1076257. OLE color: 1076257.

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

Color convert

RGB3310816-
CMYK0.6900.850.58
HSL108.91º74.19%24.31%-
HSV(B)108.91º85.19%42.35%-
XYZ6.0811.092.31-
YUV75.0994.6597.98-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 21.02%
GREEN value IS 108 (42.58% from 255) = 68.79%
BLUE value IS 16 (6.64% from 255) = 10.19%
R=21.02%
G=68.79%
B=10.19%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal33108160.6900.850.58108.9174.1924.31
Hex216C10450553A6d4a18
Octal411542010501257215511230
Binary1000011101100100001000101010101011110101101101100101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #216C10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #216C10; }

 p { color: rgb(33,108,16); }

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

<style>
 a { background-color: #216C10; }

 a { background-color: rgb(33,108,16); }

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

<style>
 span { border-color: #216C10; }

 span { border-color: rgb(33,108,16); }

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