Shades of Green #00731A
Tints of Green #00731A
RGB
CMYK
RGB Variations
Color information
#00731A (or 0x00731A) is known color: Green. HEX triplet: 00, 73 and 1A. RGB value is (0,115,26). Sum of RGB (Red+Green+Blue) = 0+115+26=141 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 141); Green value is 115 (45.31% from 255 or 81.56% from 141); Blue value is 26 (10.55% from 255 or 18.44% from 141); Max value from RGB is 115 - color contains mainly: green. Hex color #00731A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #00731A is #FF8CE5. Grayscale: #464646. Windows color (decimal): -16747750 or 1733376. OLE color: 1733376.
HSL color Cylindrical-coordinate representation of color #00731A: hue angle of 133.57º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00731A is Cyan = 1, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 0 | 115 | 26 | - |
| CMYK | 1 | 0 | 0.77 | 0.55 |
| HSL | 133.57º | 1% | 0.23% | - |
| HSV(B) | 133.57º | 1% | 0.45% | - |
| XYZ | 6.32 | 12.34 | 3.03 | - |
| YUV | 70.47 | 102.9 | 77.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 115 | 26 | 1 | 0 | 0.77 | 0.55 | 133.57 | 1 | 0.23 |
| Hex | 0 | 73 | 1A | 64 | 0 | 4D | 37 | 86 | 64 | 17 |
| Octal | 0 | 163 | 32 | 144 | 0 | 115 | 67 | 206 | 144 | 27 |
| Binary | 0 | 1110011 | 11010 | 1100100 | 0 | 1001101 | 110111 | 10000110 | 1100100 | 10111 |
Color Harmonies of #00731A
Complementary color
Monochromatic Colors of #00731A
Black with #00731A
Text Example
Text Example
White with #00731A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00731A; }
p { color: rgb(0,115,26); }
H1.HeaderClassName
{
color: #00731A;
}
.AnyTagClassName
{
color: #00731A;
}
</style>
background-color css
<style>
a { background-color: #00731A; }
a { background-color: rgb(0,115,26); }
div.DivClassName
{
background-color: #00731A;
}
.BgClassName
{
background-color: #00731A;
}
</style>
border-color css
<style>
span { border-color: #00731A; }
span { border-color: rgb(0,115,26); }
td.TdClassName
{
border-color: #00731A;
}
.TagClassName
{
border-color: #00731A;
}
</style>