Shades of Dark Green #02150B
Tints of Dark Green #02150B
RGB
CMYK
RGB Variations
Color information
#02150B (or 0x02150B) is known color: Dark Green. HEX triplet: 02, 15 and 0B. RGB value is (2,21,11). Sum of RGB (Red+Green+Blue) = 2+21+11=34 (4% of max value = 765). Red value is 2 (1.17% from 255 or 5.88% from 34); Green value is 21 (8.59% from 255 or 61.76% from 34); Blue value is 11 (4.69% from 255 or 32.35% from 34); Max value from RGB is 21 - color contains mainly: green. Hex color #02150B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #02150B is #FDEAF4. Grayscale: #0E0E0E. Windows color (decimal): -16640757 or 726274. OLE color: 726274.
HSL color Cylindrical-coordinate representation of color #02150B: hue angle of 148.42º degrees, saturation: 0.83, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #02150B is Cyan = 0.90, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 2 | 21 | 11 | - |
| CMYK | 0.90 | 0 | 0.48 | 0.92 |
| HSL | 148.42º | 0.83% | 0.05% | - |
| HSV(B) | 148.42º | 0.9% | 0.08% | - |
| XYZ | 0.35 | 0.57 | 0.41 | - |
| YUV | 14.18 | 126.21 | 119.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 21 | 11 | 0.90 | 0 | 0.48 | 0.92 | 148.42 | 0.83 | 0.05 |
| Hex | 2 | 15 | B | 5A | 0 | 30 | 5C | 94 | 53 | 5 |
| Octal | 2 | 25 | 13 | 132 | 0 | 60 | 134 | 224 | 123 | 5 |
| Binary | 10 | 10101 | 1011 | 1011010 | 0 | 110000 | 1011100 | 10010100 | 1010011 | 101 |
Color Harmonies of #02150B
Complementary color
Monochromatic Colors of #02150B
Black with #02150B
Text Example
Text Example
White with #02150B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02150B; }
p { color: rgb(2,21,11); }
H1.HeaderClassName
{
color: #02150B;
}
.AnyTagClassName
{
color: #02150B;
}
</style>
background-color css
<style>
a { background-color: #02150B; }
a { background-color: rgb(2,21,11); }
div.DivClassName
{
background-color: #02150B;
}
.BgClassName
{
background-color: #02150B;
}
</style>
border-color css
<style>
span { border-color: #02150B; }
span { border-color: rgb(2,21,11); }
td.TdClassName
{
border-color: #02150B;
}
.TagClassName
{
border-color: #02150B;
}
</style>