Shades of Green #00730B
Tints of Green #00730B
RGB
CMYK
RGB Variations
Color information
#00730B (or 0x00730B) is known color: Green. HEX triplet: 00, 73 and 0B. RGB value is (0,115,11). Sum of RGB (Red+Green+Blue) = 0+115+11=126 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 126); Green value is 115 (45.31% from 255 or 91.27% from 126); Blue value is 11 (4.69% from 255 or 8.73% from 126); Max value from RGB is 115 - color contains mainly: green. Hex color #00730B is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #00730B is #FF8CF4. Grayscale: #454545. Windows color (decimal): -16747765 or 750336. OLE color: 750336.
HSL color Cylindrical-coordinate representation of color #00730B: hue angle of 125.74º 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 #00730B is Cyan = 1, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 0 | 115 | 11 | - |
| CMYK | 1 | 0 | 0.90 | 0.55 |
| HSL | 125.74º | 1% | 0.23% | - |
| HSV(B) | 125.74º | 1% | 0.45% | - |
| XYZ | 6.19 | 12.29 | 2.36 | - |
| YUV | 68.76 | 95.4 | 78.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 115 | 11 | 1 | 0 | 0.90 | 0.55 | 125.74 | 1 | 0.23 |
| Hex | 0 | 73 | B | 64 | 0 | 5A | 37 | 7E | 64 | 17 |
| Octal | 0 | 163 | 13 | 144 | 0 | 132 | 67 | 176 | 144 | 27 |
| Binary | 0 | 1110011 | 1011 | 1100100 | 0 | 1011010 | 110111 | 1111110 | 1100100 | 10111 |
Color Harmonies of #00730B
Complementary color
Monochromatic Colors of #00730B
Black with #00730B
Text Example
Text Example
White with #00730B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00730B; }
p { color: rgb(0,115,11); }
H1.HeaderClassName
{
color: #00730B;
}
.AnyTagClassName
{
color: #00730B;
}
</style>
background-color css
<style>
a { background-color: #00730B; }
a { background-color: rgb(0,115,11); }
div.DivClassName
{
background-color: #00730B;
}
.BgClassName
{
background-color: #00730B;
}
</style>
border-color css
<style>
span { border-color: #00730B; }
span { border-color: rgb(0,115,11); }
td.TdClassName
{
border-color: #00730B;
}
.TagClassName
{
border-color: #00730B;
}
</style>