Shades of Green #00820D
Tints of Green #00820D
RGB
CMYK
RGB Variations
Color information
#00820D (or 0x00820D) is known color: Green. HEX triplet: 00, 82 and 0D. RGB value is (0,130,13). Sum of RGB (Red+Green+Blue) = 0+130+13=143 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 143); Green value is 130 (51.17% from 255 or 90.91% from 143); Blue value is 13 (5.47% from 255 or 9.09% from 143); Max value from RGB is 130 - color contains mainly: green. Hex color #00820D is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #00820D is #FF7DF2. Grayscale: #4E4E4E. Windows color (decimal): -16743923 or 885248. OLE color: 885248.
HSL color Cylindrical-coordinate representation of color #00820D: hue angle of 126º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00820D is Cyan = 1, Magento = 0, Yellow = 0.9 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 0 | 130 | 13 | - |
| CMYK | 1 | 0 | 0.9 | 0.49 |
| HSL | 126º | 1% | 0.25% | - |
| HSV(B) | 126º | 1% | 0.51% | - |
| XYZ | 8.06 | 15.99 | 3.04 | - |
| YUV | 77.79 | 91.43 | 72.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 130 | 13 | 1 | 0 | 0.9 | 0.49 | 126 | 1 | 0.25 |
| Hex | 0 | 82 | D | 64 | 0 | 5A | 31 | 7E | 64 | 19 |
| Octal | 0 | 202 | 15 | 144 | 0 | 132 | 61 | 176 | 144 | 31 |
| Binary | 0 | 10000010 | 1101 | 1100100 | 0 | 1011010 | 110001 | 1111110 | 1100100 | 11001 |
Color Harmonies of #00820D
Complementary color
Monochromatic Colors of #00820D
Black with #00820D
Text Example
Text Example
White with #00820D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00820D; }
p { color: rgb(0,130,13); }
H1.HeaderClassName
{
color: #00820D;
}
.AnyTagClassName
{
color: #00820D;
}
</style>
background-color css
<style>
a { background-color: #00820D; }
a { background-color: rgb(0,130,13); }
div.DivClassName
{
background-color: #00820D;
}
.BgClassName
{
background-color: #00820D;
}
</style>
border-color css
<style>
span { border-color: #00820D; }
span { border-color: rgb(0,130,13); }
td.TdClassName
{
border-color: #00820D;
}
.TagClassName
{
border-color: #00820D;
}
</style>