Shades of Green #00840D
Tints of Green #00840D
RGB
CMYK
RGB Variations
Color information
#00840D (or 0x00840D) is known color: Green. HEX triplet: 00, 84 and 0D. RGB value is (0,132,13). Sum of RGB (Red+Green+Blue) = 0+132+13=145 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 145); Green value is 132 (51.95% from 255 or 91.03% from 145); Blue value is 13 (5.47% from 255 or 8.97% from 145); Max value from RGB is 132 - color contains mainly: green. Hex color #00840D is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #00840D is #FF7BF2. Grayscale: #4F4F4F. Windows color (decimal): -16743411 or 885760. OLE color: 885760.
HSL color Cylindrical-coordinate representation of color #00840D: hue angle of 125.91º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00840D is Cyan = 1, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 0 | 132 | 13 | - |
| CMYK | 1 | 0 | 0.90 | 0.48 |
| HSL | 125.91º | 1% | 0.26% | - |
| HSV(B) | 125.91º | 1% | 0.52% | - |
| XYZ | 8.32 | 16.53 | 3.13 | - |
| YUV | 78.97 | 90.77 | 71.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 132 | 13 | 1 | 0 | 0.90 | 0.48 | 125.91 | 1 | 0.26 |
| Hex | 0 | 84 | D | 64 | 0 | 5A | 30 | 7E | 64 | 1A |
| Octal | 0 | 204 | 15 | 144 | 0 | 132 | 60 | 176 | 144 | 32 |
| Binary | 0 | 10000100 | 1101 | 1100100 | 0 | 1011010 | 110000 | 1111110 | 1100100 | 11010 |
Color Harmonies of #00840D
Complementary color
Monochromatic Colors of #00840D
Black with #00840D
Text Example
Text Example
White with #00840D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00840D; }
p { color: rgb(0,132,13); }
H1.HeaderClassName
{
color: #00840D;
}
.AnyTagClassName
{
color: #00840D;
}
</style>
background-color css
<style>
a { background-color: #00840D; }
a { background-color: rgb(0,132,13); }
div.DivClassName
{
background-color: #00840D;
}
.BgClassName
{
background-color: #00840D;
}
</style>
border-color css
<style>
span { border-color: #00840D; }
span { border-color: rgb(0,132,13); }
td.TdClassName
{
border-color: #00840D;
}
.TagClassName
{
border-color: #00840D;
}
</style>