Shades of Green #007211
Tints of Green #007211
RGB
CMYK
RGB Variations
Color information
#007211 (or 0x007211) is known color: Green. HEX triplet: 00, 72 and 11. RGB value is (0,114,17). Sum of RGB (Red+Green+Blue) = 0+114+17=131 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 131); Green value is 114 (44.92% from 255 or 87.02% from 131); Blue value is 17 (7.03% from 255 or 12.98% from 131); Max value from RGB is 114 - color contains mainly: green. Hex color #007211 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #007211 is #FF8DEE. Grayscale: #454545. Windows color (decimal): -16748015 or 1143296. OLE color: 1143296.
HSL color Cylindrical-coordinate representation of color #007211: hue angle of 128.95º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007211 is Cyan = 1, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 0 | 114 | 17 | - |
| CMYK | 1 | 0 | 0.85 | 0.55 |
| HSL | 128.95º | 1% | 0.22% | - |
| HSV(B) | 128.95º | 1% | 0.45% | - |
| XYZ | 6.12 | 12.08 | 2.54 | - |
| YUV | 68.86 | 98.73 | 78.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 114 | 17 | 1 | 0 | 0.85 | 0.55 | 128.95 | 1 | 0.22 |
| Hex | 0 | 72 | 11 | 64 | 0 | 55 | 37 | 81 | 64 | 16 |
| Octal | 0 | 162 | 21 | 144 | 0 | 125 | 67 | 201 | 144 | 26 |
| Binary | 0 | 1110010 | 10001 | 1100100 | 0 | 1010101 | 110111 | 10000001 | 1100100 | 10110 |
Color Harmonies of #007211
Complementary color
Monochromatic Colors of #007211
Black with #007211
Text Example
Text Example
White with #007211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007211; }
p { color: rgb(0,114,17); }
H1.HeaderClassName
{
color: #007211;
}
.AnyTagClassName
{
color: #007211;
}
</style>
background-color css
<style>
a { background-color: #007211; }
a { background-color: rgb(0,114,17); }
div.DivClassName
{
background-color: #007211;
}
.BgClassName
{
background-color: #007211;
}
</style>
border-color css
<style>
span { border-color: #007211; }
span { border-color: rgb(0,114,17); }
td.TdClassName
{
border-color: #007211;
}
.TagClassName
{
border-color: #007211;
}
</style>