Shades of Dark Green #02170F
Tints of Dark Green #02170F
RGB
CMYK
RGB Variations
Color information
#02170F (or 0x02170F) is known color: Dark Green. HEX triplet: 02, 17 and 0F. RGB value is (2,23,15). Sum of RGB (Red+Green+Blue) = 2+23+15=40 (5% of max value = 765). Red value is 2 (1.17% from 255 or 5% from 40); Green value is 23 (9.38% from 255 or 57.5% from 40); Blue value is 15 (6.25% from 255 or 37.5% from 40); Max value from RGB is 23 - color contains mainly: green. Hex color #02170F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #02170F is #FDE8F0. Grayscale: #0F0F0F. Windows color (decimal): -16640241 or 988930. OLE color: 988930.
HSL color Cylindrical-coordinate representation of color #02170F: hue angle of 157.14º degrees, saturation: 0.84, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #02170F is Cyan = 0.91, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 2 | 23 | 15 | - |
| CMYK | 0.91 | 0 | 0.35 | 0.91 |
| HSL | 157.14º | 0.84% | 0.05% | - |
| HSV(B) | 157.14º | 0.91% | 0.09% | - |
| XYZ | 0.42 | 0.66 | 0.56 | - |
| YUV | 15.81 | 127.54 | 118.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 23 | 15 | 0.91 | 0 | 0.35 | 0.91 | 157.14 | 0.84 | 0.05 |
| Hex | 2 | 17 | F | 5B | 0 | 23 | 5B | 9D | 54 | 5 |
| Octal | 2 | 27 | 17 | 133 | 0 | 43 | 133 | 235 | 124 | 5 |
| Binary | 10 | 10111 | 1111 | 1011011 | 0 | 100011 | 1011011 | 10011101 | 1010100 | 101 |
Color Harmonies of #02170F
Complementary color
Monochromatic Colors of #02170F
Black with #02170F
Text Example
Text Example
White with #02170F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02170F; }
p { color: rgb(2,23,15); }
H1.HeaderClassName
{
color: #02170F;
}
.AnyTagClassName
{
color: #02170F;
}
</style>
background-color css
<style>
a { background-color: #02170F; }
a { background-color: rgb(2,23,15); }
div.DivClassName
{
background-color: #02170F;
}
.BgClassName
{
background-color: #02170F;
}
</style>
border-color css
<style>
span { border-color: #02170F; }
span { border-color: rgb(2,23,15); }
td.TdClassName
{
border-color: #02170F;
}
.TagClassName
{
border-color: #02170F;
}
</style>