Shades of Dark Green #02120A
Tints of Dark Green #02120A
RGB
CMYK
RGB Variations
Color information
#02120A (or 0x02120A) is known color: Dark Green. HEX triplet: 02, 12 and 0A. RGB value is (2,18,10). Sum of RGB (Red+Green+Blue) = 2+18+10=30 (3% of max value = 765). Red value is 2 (1.17% from 255 or 6.67% from 30); Green value is 18 (7.42% from 255 or 60% from 30); Blue value is 10 (4.30% from 255 or 33.33% from 30); Max value from RGB is 18 - color contains mainly: green. Hex color #02120A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #02120A is #FDEDF5. Grayscale: #0C0C0C. Windows color (decimal): -16641526 or 659970. OLE color: 659970.
HSL color Cylindrical-coordinate representation of color #02120A: hue angle of 150º degrees, saturation: 0.8, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #02120A is Cyan = 0.89, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.93.
Color convert
RGB | 2 | 18 | 10 | - |
CMYK | 0.89 | 0 | 0.44 | 0.93 |
HSL | 150º | 0.8% | 0.04% | - |
HSV(B) | 150º | 0.89% | 0.07% | - |
XYZ | 0.3 | 0.47 | 0.36 | - |
YUV | 12.3 | 126.7 | 120.65 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 2 | 18 | 10 | 0.89 | 0 | 0.44 | 0.93 | 150 | 0.8 | 0.04 |
Hex | 2 | 12 | A | 59 | 0 | 2C | 5D | 96 | 50 | 4 |
Octal | 2 | 22 | 12 | 131 | 0 | 54 | 135 | 226 | 120 | 4 |
Binary | 10 | 10010 | 1010 | 1011001 | 0 | 101100 | 1011101 | 10010110 | 1010000 | 100 |
Color Harmonies of #02120A
Complementary color
Monochromatic Colors of #02120A
Black with #02120A
Text Example
Text Example
White with #02120A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02120A; }
p { color: rgb(2,18,10); }
H1.HeaderClassName
{
color: #02120A;
}
.AnyTagClassName
{
color: #02120A;
}
</style>
background-color css
<style>
a { background-color: #02120A; }
a { background-color: rgb(2,18,10); }
div.DivClassName
{
background-color: #02120A;
}
.BgClassName
{
background-color: #02120A;
}
</style>
border-color css
<style>
span { border-color: #02120A; }
span { border-color: rgb(2,18,10); }
td.TdClassName
{
border-color: #02120A;
}
.TagClassName
{
border-color: #02120A;
}
</style>