Shades of Green #206A03
Tints of Green #206A03
RGB
CMYK
RGB Variations
Color information
#206A03 (or 0x206A03) is known color: Green. HEX triplet: 20, 6A and 03. RGB value is (32,106,3). Sum of RGB (Red+Green+Blue) = 32+106+3=141 (18% of max value = 765). Red value is 32 (12.89% from 255 or 22.70% from 141); Green value is 106 (41.80% from 255 or 75.18% from 141); Blue value is 3 (1.56% from 255 or 2.13% from 141); Max value from RGB is 106 - color contains mainly: green. Hex color #206A03 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #206A03 is #DF95FC. Grayscale: #484848. Windows color (decimal): -14652925 or 223776. OLE color: 223776.
HSL color Cylindrical-coordinate representation of color #206A03: hue angle of 103.11º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #206A03 is Cyan = 0.70, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 32 | 106 | 3 | - |
| CMYK | 0.70 | 0 | 0.97 | 0.58 |
| HSL | 103.11º | 0.94% | 0.21% | - |
| HSV(B) | 103.11º | 0.97% | 0.42% | - |
| XYZ | 5.77 | 10.62 | 1.83 | - |
| YUV | 72.13 | 88.98 | 99.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 106 | 3 | 0.70 | 0 | 0.97 | 0.58 | 103.11 | 0.94 | 0.21 |
| Hex | 20 | 6A | 3 | 46 | 0 | 61 | 3A | 67 | 5E | 15 |
| Octal | 40 | 152 | 3 | 106 | 0 | 141 | 72 | 147 | 136 | 25 |
| Binary | 100000 | 1101010 | 11 | 1000110 | 0 | 1100001 | 111010 | 1100111 | 1011110 | 10101 |
Color Harmonies of #206A03
Complementary color
Monochromatic Colors of #206A03
Black with #206A03
Text Example
Text Example
White with #206A03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #206A03; }
p { color: rgb(32,106,3); }
H1.HeaderClassName
{
color: #206A03;
}
.AnyTagClassName
{
color: #206A03;
}
</style>
background-color css
<style>
a { background-color: #206A03; }
a { background-color: rgb(32,106,3); }
div.DivClassName
{
background-color: #206A03;
}
.BgClassName
{
background-color: #206A03;
}
</style>
border-color css
<style>
span { border-color: #206A03; }
span { border-color: rgb(32,106,3); }
td.TdClassName
{
border-color: #206A03;
}
.TagClassName
{
border-color: #206A03;
}
</style>