Shades of Dark Green #02170C
Tints of Dark Green #02170C
RGB
CMYK
RGB Variations
Color information
#02170C (or 0x02170C) is known color: Dark Green. HEX triplet: 02, 17 and 0C. RGB value is (2,23,12). Sum of RGB (Red+Green+Blue) = 2+23+12=37 (4% of max value = 765). Red value is 2 (1.17% from 255 or 5.41% from 37); Green value is 23 (9.38% from 255 or 62.16% from 37); Blue value is 12 (5.08% from 255 or 32.43% from 37); Max value from RGB is 23 - color contains mainly: green. Hex color #02170C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #02170C is #FDE8F3. Grayscale: #0F0F0F. Windows color (decimal): -16640244 or 792322. OLE color: 792322.
HSL color Cylindrical-coordinate representation of color #02170C: hue angle of 148.57º 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 #02170C is Cyan = 0.91, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 2 | 23 | 12 | - |
| CMYK | 0.91 | 0 | 0.48 | 0.91 |
| HSL | 148.57º | 0.84% | 0.05% | - |
| HSV(B) | 148.57º | 0.91% | 0.09% | - |
| XYZ | 0.4 | 0.65 | 0.45 | - |
| YUV | 15.47 | 126.04 | 118.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 23 | 12 | 0.91 | 0 | 0.48 | 0.91 | 148.57 | 0.84 | 0.05 |
| Hex | 2 | 17 | C | 5B | 0 | 30 | 5B | 95 | 54 | 5 |
| Octal | 2 | 27 | 14 | 133 | 0 | 60 | 133 | 225 | 124 | 5 |
| Binary | 10 | 10111 | 1100 | 1011011 | 0 | 110000 | 1011011 | 10010101 | 1010100 | 101 |
Color Harmonies of #02170C
Complementary color
Monochromatic Colors of #02170C
Black with #02170C
Text Example
Text Example
White with #02170C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02170C; }
p { color: rgb(2,23,12); }
H1.HeaderClassName
{
color: #02170C;
}
.AnyTagClassName
{
color: #02170C;
}
</style>
background-color css
<style>
a { background-color: #02170C; }
a { background-color: rgb(2,23,12); }
div.DivClassName
{
background-color: #02170C;
}
.BgClassName
{
background-color: #02170C;
}
</style>
border-color css
<style>
span { border-color: #02170C; }
span { border-color: rgb(2,23,12); }
td.TdClassName
{
border-color: #02170C;
}
.TagClassName
{
border-color: #02170C;
}
</style>