Shades of Green #02820D
Tints of Green #02820D
RGB
CMYK
RGB Variations
Color information
#02820D (or 0x02820D) is known color: Green. HEX triplet: 02, 82 and 0D. RGB value is (2,130,13). Sum of RGB (Red+Green+Blue) = 2+130+13=145 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.38% from 145); Green value is 130 (51.17% from 255 or 89.66% from 145); Blue value is 13 (5.47% from 255 or 8.97% from 145); Max value from RGB is 130 - color contains mainly: green. Hex color #02820D is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #02820D is #FD7DF2. Grayscale: #4E4E4E. Windows color (decimal): -16612851 or 885250. OLE color: 885250.
HSL color Cylindrical-coordinate representation of color #02820D: hue angle of 125.16º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02820D is Cyan = 0.98, Magento = 0, Yellow = 0.9 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 2 | 130 | 13 | - |
| CMYK | 0.98 | 0 | 0.9 | 0.49 |
| HSL | 125.16º | 0.97% | 0.26% | - |
| HSV(B) | 125.16º | 0.98% | 0.51% | - |
| XYZ | 8.08 | 16.01 | 3.04 | - |
| YUV | 78.39 | 91.09 | 73.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 130 | 13 | 0.98 | 0 | 0.9 | 0.49 | 125.16 | 0.97 | 0.26 |
| Hex | 2 | 82 | D | 62 | 0 | 5A | 31 | 7D | 61 | 1A |
| Octal | 2 | 202 | 15 | 142 | 0 | 132 | 61 | 175 | 141 | 32 |
| Binary | 10 | 10000010 | 1101 | 1100010 | 0 | 1011010 | 110001 | 1111101 | 1100001 | 11010 |
Color Harmonies of #02820D
Complementary color
Monochromatic Colors of #02820D
Black with #02820D
Text Example
Text Example
White with #02820D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02820D; }
p { color: rgb(2,130,13); }
H1.HeaderClassName
{
color: #02820D;
}
.AnyTagClassName
{
color: #02820D;
}
</style>
background-color css
<style>
a { background-color: #02820D; }
a { background-color: rgb(2,130,13); }
div.DivClassName
{
background-color: #02820D;
}
.BgClassName
{
background-color: #02820D;
}
</style>
border-color css
<style>
span { border-color: #02820D; }
span { border-color: rgb(2,130,13); }
td.TdClassName
{
border-color: #02820D;
}
.TagClassName
{
border-color: #02820D;
}
</style>