Shades of Green #00730D
Tints of Green #00730D
RGB
CMYK
RGB Variations
Color information
#00730D (or 0x00730D) is known color: Green. HEX triplet: 00, 73 and 0D. RGB value is (0,115,13). Sum of RGB (Red+Green+Blue) = 0+115+13=128 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 128); Green value is 115 (45.31% from 255 or 89.84% from 128); Blue value is 13 (5.47% from 255 or 10.16% from 128); Max value from RGB is 115 - color contains mainly: green. Hex color #00730D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #00730D is #FF8CF2. Grayscale: #454545. Windows color (decimal): -16747763 or 881408. OLE color: 881408.
HSL color Cylindrical-coordinate representation of color #00730D: hue angle of 126.78º 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 #00730D is Cyan = 1, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 0 | 115 | 13 | - |
| CMYK | 1 | 0 | 0.89 | 0.55 |
| HSL | 126.78º | 1% | 0.23% | - |
| HSV(B) | 126.78º | 1% | 0.45% | - |
| XYZ | 6.2 | 12.29 | 2.43 | - |
| YUV | 68.99 | 96.4 | 78.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 115 | 13 | 1 | 0 | 0.89 | 0.55 | 126.78 | 1 | 0.23 |
| Hex | 0 | 73 | D | 64 | 0 | 59 | 37 | 7F | 64 | 17 |
| Octal | 0 | 163 | 15 | 144 | 0 | 131 | 67 | 177 | 144 | 27 |
| Binary | 0 | 1110011 | 1101 | 1100100 | 0 | 1011001 | 110111 | 1111111 | 1100100 | 10111 |
Color Harmonies of #00730D
Complementary color
Monochromatic Colors of #00730D
Black with #00730D
Text Example
Text Example
White with #00730D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00730D; }
p { color: rgb(0,115,13); }
H1.HeaderClassName
{
color: #00730D;
}
.AnyTagClassName
{
color: #00730D;
}
</style>
background-color css
<style>
a { background-color: #00730D; }
a { background-color: rgb(0,115,13); }
div.DivClassName
{
background-color: #00730D;
}
.BgClassName
{
background-color: #00730D;
}
</style>
border-color css
<style>
span { border-color: #00730D; }
span { border-color: rgb(0,115,13); }
td.TdClassName
{
border-color: #00730D;
}
.TagClassName
{
border-color: #00730D;
}
</style>