Shades of Green #02810A
Tints of Green #02810A
RGB
CMYK
RGB Variations
Color information
#02810A (or 0x02810A) is known color: Green. HEX triplet: 02, 81 and 0A. RGB value is (2,129,10). Sum of RGB (Red+Green+Blue) = 2+129+10=141 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.42% from 141); Green value is 129 (50.78% from 255 or 91.49% from 141); Blue value is 10 (4.30% from 255 or 7.09% from 141); Max value from RGB is 129 - color contains mainly: green. Hex color #02810A is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #02810A is #FD7EF5. Grayscale: #4D4D4D. Windows color (decimal): -16613110 or 688386. OLE color: 688386.
HSL color Cylindrical-coordinate representation of color #02810A: hue angle of 123.78º 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 #02810A is Cyan = 0.98, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 2 | 129 | 10 | - |
| CMYK | 0.98 | 0 | 0.92 | 0.49 |
| HSL | 123.78º | 0.97% | 0.26% | - |
| HSV(B) | 123.78º | 0.98% | 0.51% | - |
| XYZ | 7.93 | 15.74 | 2.91 | - |
| YUV | 77.46 | 89.92 | 74.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 129 | 10 | 0.98 | 0 | 0.92 | 0.49 | 123.78 | 0.97 | 0.26 |
| Hex | 2 | 81 | A | 62 | 0 | 5C | 31 | 7C | 61 | 1A |
| Octal | 2 | 201 | 12 | 142 | 0 | 134 | 61 | 174 | 141 | 32 |
| Binary | 10 | 10000001 | 1010 | 1100010 | 0 | 1011100 | 110001 | 1111100 | 1100001 | 11010 |
Color Harmonies of #02810A
Complementary color
Monochromatic Colors of #02810A
Black with #02810A
Text Example
Text Example
White with #02810A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02810A; }
p { color: rgb(2,129,10); }
H1.HeaderClassName
{
color: #02810A;
}
.AnyTagClassName
{
color: #02810A;
}
</style>
background-color css
<style>
a { background-color: #02810A; }
a { background-color: rgb(2,129,10); }
div.DivClassName
{
background-color: #02810A;
}
.BgClassName
{
background-color: #02810A;
}
</style>
border-color css
<style>
span { border-color: #02810A; }
span { border-color: rgb(2,129,10); }
td.TdClassName
{
border-color: #02810A;
}
.TagClassName
{
border-color: #02810A;
}
</style>