Shades of Dark Green #02191A
Tints of Dark Green #02191A
RGB
CMYK
RGB Variations
Color information
#02191A (or 0x02191A) is known color: Dark Green. HEX triplet: 02, 19 and 1A. RGB value is (2,25,26). Sum of RGB (Red+Green+Blue) = 2+25+26=53 (7% of max value = 765). Red value is 2 (1.17% from 255 or 3.77% from 53); Green value is 25 (10.16% from 255 or 47.17% from 53); Blue value is 26 (10.55% from 255 or 49.06% from 53); Max value from RGB is 26 - color contains mainly: blue. Hex color #02191A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #02191A is #FDE6E5. Grayscale: #121212. Windows color (decimal): -16639718 or 1710338. OLE color: 1710338.
HSL color Cylindrical-coordinate representation of color #02191A: hue angle of 182.5º degrees, saturation: 0.86, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #02191A is Cyan = 0.92, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 2 | 25 | 26 | - |
| CMYK | 0.92 | 0.04 | 0 | 0.90 |
| HSL | 182.5º | 0.86% | 0.05% | - |
| HSV(B) | 182.5º | 0.92% | 0.1% | - |
| XYZ | 0.56 | 0.78 | 1.1 | - |
| YUV | 18.24 | 132.38 | 116.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 25 | 26 | 0.92 | 0.04 | 0 | 0.90 | 182.5 | 0.86 | 0.05 |
| Hex | 2 | 19 | 1A | 5C | 4 | 0 | 5A | B6 | 56 | 5 |
| Octal | 2 | 31 | 32 | 134 | 4 | 0 | 132 | 266 | 126 | 5 |
| Binary | 10 | 11001 | 11010 | 1011100 | 100 | 0 | 1011010 | 10110110 | 1010110 | 101 |
Color Harmonies of #02191A
Complementary color
Monochromatic Colors of #02191A
Black with #02191A
Text Example
Text Example
White with #02191A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02191A; }
p { color: rgb(2,25,26); }
H1.HeaderClassName
{
color: #02191A;
}
.AnyTagClassName
{
color: #02191A;
}
</style>
background-color css
<style>
a { background-color: #02191A; }
a { background-color: rgb(2,25,26); }
div.DivClassName
{
background-color: #02191A;
}
.BgClassName
{
background-color: #02191A;
}
</style>
border-color css
<style>
span { border-color: #02191A; }
span { border-color: rgb(2,25,26); }
td.TdClassName
{
border-color: #02191A;
}
.TagClassName
{
border-color: #02191A;
}
</style>