Shades of Green #006211
Tints of Green #006211
RGB
CMYK
RGB Variations
Color information
#006211 (or 0x006211) is known color: Green. HEX triplet: 00, 62 and 11. RGB value is (0,98,17). Sum of RGB (Red+Green+Blue) = 0+98+17=115 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 115); Green value is 98 (38.67% from 255 or 85.22% from 115); Blue value is 17 (7.03% from 255 or 14.78% from 115); Max value from RGB is 98 - color contains mainly: green. Hex color #006211 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #006211 is #FF9DEE. Grayscale: #3B3B3B. Windows color (decimal): -16752111 or 1139200. OLE color: 1139200.
HSL color Cylindrical-coordinate representation of color #006211: hue angle of 130.41º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006211 is Cyan = 1, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 0 | 98 | 17 | - |
| CMYK | 1 | 0 | 0.83 | 0.62 |
| HSL | 130.41º | 1% | 0.19% | - |
| HSV(B) | 130.41º | 1% | 0.38% | - |
| XYZ | 4.47 | 8.78 | 1.99 | - |
| YUV | 59.46 | 104.03 | 85.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 98 | 17 | 1 | 0 | 0.83 | 0.62 | 130.41 | 1 | 0.19 |
| Hex | 0 | 62 | 11 | 64 | 0 | 53 | 3E | 82 | 64 | 13 |
| Octal | 0 | 142 | 21 | 144 | 0 | 123 | 76 | 202 | 144 | 23 |
| Binary | 0 | 1100010 | 10001 | 1100100 | 0 | 1010011 | 111110 | 10000010 | 1100100 | 10011 |
Color Harmonies of #006211
Complementary color
Monochromatic Colors of #006211
Black with #006211
Text Example
Text Example
White with #006211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006211; }
p { color: rgb(0,98,17); }
H1.HeaderClassName
{
color: #006211;
}
.AnyTagClassName
{
color: #006211;
}
</style>
background-color css
<style>
a { background-color: #006211; }
a { background-color: rgb(0,98,17); }
div.DivClassName
{
background-color: #006211;
}
.BgClassName
{
background-color: #006211;
}
</style>
border-color css
<style>
span { border-color: #006211; }
span { border-color: rgb(0,98,17); }
td.TdClassName
{
border-color: #006211;
}
.TagClassName
{
border-color: #006211;
}
</style>