#206C0B

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

Shades of Forest Green #206C0B

Tints of Forest Green #206C0B

Color information

#206C0B (or 0x206C0B) is unknown color: approx Forest Green. HEX triplet: 20, 6C and 0B. RGB value is (32,108,11). Sum of RGB (Red+Green+Blue) = 32+108+11=151 (20% of max value = 765). Red value is 32 (12.89% from 255 or 21.19% from 151); Green value is 108 (42.58% from 255 or 71.52% from 151); Blue value is 11 (4.69% from 255 or 7.28% from 151); Max value from RGB is 108 - color contains mainly: green. Hex color #206C0B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #206C0B is #DF93F4. Grayscale: #4A4A4A. Windows color (decimal): -14652405 or 748576. OLE color: 748576.

HSL color Cylindrical-coordinate representation of color #206C0B: hue angle of 107.01º 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 #206C0B is Cyan = 0.70, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.58.

Color convert

RGB3210811-
CMYK0.7000.900.58
HSL107.01º81.51%23.33%-
HSV(B)107.01º89.81%42.35%-
XYZ6.0211.062.13-
YUV74.2292.3297.89-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 21.19%
GREEN value IS 108 (42.58% from 255) = 71.52%
BLUE value IS 11 (4.69% from 255) = 7.28%
R=21.19%
G=71.52%
B=7.28%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal32108110.7000.900.58107.0181.5123.33
Hex206CB4605A3A6b5217
Octal401541310601327215312227
Binary100000110110010111000110010110101110101101011101001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #206C0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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