#216C0B

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

Shades of Forest Green #216C0B

Tints of Forest Green #216C0B

Color information

#216C0B (or 0x216C0B) is unknown color: approx Forest Green. HEX triplet: 21, 6C and 0B. RGB value is (33,108,11). Sum of RGB (Red+Green+Blue) = 33+108+11=152 (20% of max value = 765). Red value is 33 (13.28% from 255 or 21.71% from 152); Green value is 108 (42.58% from 255 or 71.05% from 152); Blue value is 11 (4.69% from 255 or 7.24% from 152); Max value from RGB is 108 - color contains mainly: green. Hex color #216C0B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #216C0B is #DE93F4. Grayscale: #4A4A4A. Windows color (decimal): -14586869 or 748577. OLE color: 748577.

HSL color Cylindrical-coordinate representation of color #216C0B: hue angle of 106.39º degrees, saturation: 0.82, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #216C0B is Cyan = 0.69, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.58.

Color convert

RGB3310811-
CMYK0.6900.900.58
HSL106.39º81.51%23.33%-
HSV(B)106.39º89.81%42.35%-
XYZ6.0511.072.13-
YUV74.5292.1598.39-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 21.71%
GREEN value IS 108 (42.58% from 255) = 71.05%
BLUE value IS 11 (4.69% from 255) = 7.24%
R=21.71%
G=71.05%
B=7.24%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal33108110.6900.900.58106.3981.5123.33
Hex216CB4505A3A6a5217
Octal411541310501327215212227
Binary100001110110010111000101010110101110101101010101001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #216C0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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