Shades of Dark Green #02210A
Tints of Dark Green #02210A
RGB
CMYK
RGB Variations
Color information
#02210A (or 0x02210A) is known color: Dark Green. HEX triplet: 02, 21 and 0A. RGB value is (2,33,10). Sum of RGB (Red+Green+Blue) = 2+33+10=45 (5% of max value = 765). Red value is 2 (1.17% from 255 or 4.44% from 45); Green value is 33 (13.28% from 255 or 73.33% from 45); Blue value is 10 (4.30% from 255 or 22.22% from 45); Max value from RGB is 33 - color contains mainly: green. Hex color #02210A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #02210A is #FDDEF5. Grayscale: #151515. Windows color (decimal): -16637686 or 663810. OLE color: 663810.
HSL color Cylindrical-coordinate representation of color #02210A: hue angle of 135.48º degrees, saturation: 0.89, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #02210A is Cyan = 0.94, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 2 | 33 | 10 | - |
| CMYK | 0.94 | 0 | 0.70 | 0.87 |
| HSL | 135.48º | 0.89% | 0.07% | - |
| HSV(B) | 135.48º | 0.94% | 0.13% | - |
| XYZ | 0.62 | 1.12 | 0.47 | - |
| YUV | 21.11 | 121.73 | 114.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 33 | 10 | 0.94 | 0 | 0.70 | 0.87 | 135.48 | 0.89 | 0.07 |
| Hex | 2 | 21 | A | 5E | 0 | 46 | 57 | 87 | 59 | 7 |
| Octal | 2 | 41 | 12 | 136 | 0 | 106 | 127 | 207 | 131 | 7 |
| Binary | 10 | 100001 | 1010 | 1011110 | 0 | 1000110 | 1010111 | 10000111 | 1011001 | 111 |
Color Harmonies of #02210A
Complementary color
Monochromatic Colors of #02210A
Black with #02210A
Text Example
Text Example
White with #02210A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02210A; }
p { color: rgb(2,33,10); }
H1.HeaderClassName
{
color: #02210A;
}
.AnyTagClassName
{
color: #02210A;
}
</style>
background-color css
<style>
a { background-color: #02210A; }
a { background-color: rgb(2,33,10); }
div.DivClassName
{
background-color: #02210A;
}
.BgClassName
{
background-color: #02210A;
}
</style>
border-color css
<style>
span { border-color: #02210A; }
span { border-color: rgb(2,33,10); }
td.TdClassName
{
border-color: #02210A;
}
.TagClassName
{
border-color: #02210A;
}
</style>