Shades of Dark Green #02100A
Tints of Dark Green #02100A
RGB
CMYK
RGB Variations
Color information
#02100A (or 0x02100A) is known color: Dark Green. HEX triplet: 02, 10 and 0A. RGB value is (2,16,10). Sum of RGB (Red+Green+Blue) = 2+16+10=28 (3% of max value = 765). Red value is 2 (1.17% from 255 or 7.14% from 28); Green value is 16 (6.64% from 255 or 57.14% from 28); Blue value is 10 (4.30% from 255 or 35.71% from 28); Max value from RGB is 16 - color contains mainly: green. Hex color #02100A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #02100A is #FDEFF5. Grayscale: #0B0B0B. Windows color (decimal): -16642038 or 659458. OLE color: 659458.
HSL color Cylindrical-coordinate representation of color #02100A: hue angle of 154.29º degrees, saturation: 0.78, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #02100A is Cyan = 0.87, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.94.
Color convert
| RGB | 2 | 16 | 10 | - |
| CMYK | 0.87 | 0 | 0.37 | 0.94 |
| HSL | 154.29º | 0.78% | 0.04% | - |
| HSV(B) | 154.29º | 0.88% | 0.06% | - |
| XYZ | 0.27 | 0.41 | 0.35 | - |
| YUV | 11.13 | 127.36 | 121.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 16 | 10 | 0.87 | 0 | 0.37 | 0.94 | 154.29 | 0.78 | 0.04 |
| Hex | 2 | 10 | A | 57 | 0 | 25 | 5E | 9A | 4E | 4 |
| Octal | 2 | 20 | 12 | 127 | 0 | 45 | 136 | 232 | 116 | 4 |
| Binary | 10 | 10000 | 1010 | 1010111 | 0 | 100101 | 1011110 | 10011010 | 1001110 | 100 |
Color Harmonies of #02100A
Complementary color
Monochromatic Colors of #02100A
Black with #02100A
Text Example
Text Example
White with #02100A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02100A; }
p { color: rgb(2,16,10); }
H1.HeaderClassName
{
color: #02100A;
}
.AnyTagClassName
{
color: #02100A;
}
</style>
background-color css
<style>
a { background-color: #02100A; }
a { background-color: rgb(2,16,10); }
div.DivClassName
{
background-color: #02100A;
}
.BgClassName
{
background-color: #02100A;
}
</style>
border-color css
<style>
span { border-color: #02100A; }
span { border-color: rgb(2,16,10); }
td.TdClassName
{
border-color: #02100A;
}
.TagClassName
{
border-color: #02100A;
}
</style>