Shades of Green #00721A
Tints of Green #00721A
RGB
CMYK
RGB Variations
Color information
#00721A (or 0x00721A) is known color: Green. HEX triplet: 00, 72 and 1A. RGB value is (0,114,26). Sum of RGB (Red+Green+Blue) = 0+114+26=140 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 140); Green value is 114 (44.92% from 255 or 81.43% from 140); Blue value is 26 (10.55% from 255 or 18.57% from 140); Max value from RGB is 114 - color contains mainly: green. Hex color #00721A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #00721A is #FF8DE5. Grayscale: #464646. Windows color (decimal): -16748006 or 1733120. OLE color: 1733120.
HSL color Cylindrical-coordinate representation of color #00721A: hue angle of 133.68º 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 #00721A is Cyan = 1, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 0 | 114 | 26 | - |
| CMYK | 1 | 0 | 0.77 | 0.55 |
| HSL | 133.68º | 1% | 0.22% | - |
| HSV(B) | 133.68º | 1% | 0.45% | - |
| XYZ | 6.2 | 12.11 | 2.99 | - |
| YUV | 69.88 | 103.23 | 78.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 114 | 26 | 1 | 0 | 0.77 | 0.55 | 133.68 | 1 | 0.22 |
| Hex | 0 | 72 | 1A | 64 | 0 | 4D | 37 | 86 | 64 | 16 |
| Octal | 0 | 162 | 32 | 144 | 0 | 115 | 67 | 206 | 144 | 26 |
| Binary | 0 | 1110010 | 11010 | 1100100 | 0 | 1001101 | 110111 | 10000110 | 1100100 | 10110 |
Color Harmonies of #00721A
Complementary color
Monochromatic Colors of #00721A
Black with #00721A
Text Example
Text Example
White with #00721A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00721A; }
p { color: rgb(0,114,26); }
H1.HeaderClassName
{
color: #00721A;
}
.AnyTagClassName
{
color: #00721A;
}
</style>
background-color css
<style>
a { background-color: #00721A; }
a { background-color: rgb(0,114,26); }
div.DivClassName
{
background-color: #00721A;
}
.BgClassName
{
background-color: #00721A;
}
</style>
border-color css
<style>
span { border-color: #00721A; }
span { border-color: rgb(0,114,26); }
td.TdClassName
{
border-color: #00721A;
}
.TagClassName
{
border-color: #00721A;
}
</style>