Shades of Dark Green #02140B
Tints of Dark Green #02140B
RGB
CMYK
RGB Variations
Color information
#02140B (or 0x02140B) is known color: Dark Green. HEX triplet: 02, 14 and 0B. RGB value is (2,20,11). Sum of RGB (Red+Green+Blue) = 2+20+11=33 (4% of max value = 765). Red value is 2 (1.17% from 255 or 6.06% from 33); Green value is 20 (8.20% from 255 or 60.61% from 33); Blue value is 11 (4.69% from 255 or 33.33% from 33); Max value from RGB is 20 - color contains mainly: green. Hex color #02140B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #02140B is #FDEBF4. Grayscale: #0D0D0D. Windows color (decimal): -16641013 or 726018. OLE color: 726018.
HSL color Cylindrical-coordinate representation of color #02140B: hue angle of 150º degrees, saturation: 0.82, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #02140B is Cyan = 0.90, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 2 | 20 | 11 | - |
| CMYK | 0.90 | 0 | 0.45 | 0.92 |
| HSL | 150º | 0.82% | 0.04% | - |
| HSV(B) | 150º | 0.9% | 0.08% | - |
| XYZ | 0.34 | 0.54 | 0.4 | - |
| YUV | 13.59 | 126.54 | 119.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 20 | 11 | 0.90 | 0 | 0.45 | 0.92 | 150 | 0.82 | 0.04 |
| Hex | 2 | 14 | B | 5A | 0 | 2D | 5C | 96 | 52 | 4 |
| Octal | 2 | 24 | 13 | 132 | 0 | 55 | 134 | 226 | 122 | 4 |
| Binary | 10 | 10100 | 1011 | 1011010 | 0 | 101101 | 1011100 | 10010110 | 1010010 | 100 |
Color Harmonies of #02140B
Complementary color
Monochromatic Colors of #02140B
Black with #02140B
Text Example
Text Example
White with #02140B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02140B; }
p { color: rgb(2,20,11); }
H1.HeaderClassName
{
color: #02140B;
}
.AnyTagClassName
{
color: #02140B;
}
</style>
background-color css
<style>
a { background-color: #02140B; }
a { background-color: rgb(2,20,11); }
div.DivClassName
{
background-color: #02140B;
}
.BgClassName
{
background-color: #02140B;
}
</style>
border-color css
<style>
span { border-color: #02140B; }
span { border-color: rgb(2,20,11); }
td.TdClassName
{
border-color: #02140B;
}
.TagClassName
{
border-color: #02140B;
}
</style>