Shades of Dark Green #021712
Tints of Dark Green #021712
RGB
CMYK
RGB Variations
Color information
#021712 (or 0x021712) is known color: Dark Green. HEX triplet: 02, 17 and 12. RGB value is (2,23,18). Sum of RGB (Red+Green+Blue) = 2+23+18=43 (5% of max value = 765). Red value is 2 (1.17% from 255 or 4.65% from 43); Green value is 23 (9.38% from 255 or 53.49% from 43); Blue value is 18 (7.42% from 255 or 41.86% from 43); Max value from RGB is 23 - color contains mainly: green. Hex color #021712 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #021712 is #FDE8ED. Grayscale: #101010. Windows color (decimal): -16640238 or 1185538. OLE color: 1185538.
HSL color Cylindrical-coordinate representation of color #021712: hue angle of 165.71º 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 #021712 is Cyan = 0.91, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 2 | 23 | 18 | - |
| CMYK | 0.91 | 0 | 0.22 | 0.91 |
| HSL | 165.71º | 0.84% | 0.05% | - |
| HSV(B) | 165.71º | 0.91% | 0.09% | - |
| XYZ | 0.44 | 0.67 | 0.68 | - |
| YUV | 16.15 | 129.04 | 117.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 23 | 18 | 0.91 | 0 | 0.22 | 0.91 | 165.71 | 0.84 | 0.05 |
| Hex | 2 | 17 | 12 | 5B | 0 | 16 | 5B | A6 | 54 | 5 |
| Octal | 2 | 27 | 22 | 133 | 0 | 26 | 133 | 246 | 124 | 5 |
| Binary | 10 | 10111 | 10010 | 1011011 | 0 | 10110 | 1011011 | 10100110 | 1010100 | 101 |
Color Harmonies of #021712
Complementary color
Monochromatic Colors of #021712
Black with #021712
Text Example
Text Example
White with #021712
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021712; }
p { color: rgb(2,23,18); }
H1.HeaderClassName
{
color: #021712;
}
.AnyTagClassName
{
color: #021712;
}
</style>
background-color css
<style>
a { background-color: #021712; }
a { background-color: rgb(2,23,18); }
div.DivClassName
{
background-color: #021712;
}
.BgClassName
{
background-color: #021712;
}
</style>
border-color css
<style>
span { border-color: #021712; }
span { border-color: rgb(2,23,18); }
td.TdClassName
{
border-color: #021712;
}
.TagClassName
{
border-color: #021712;
}
</style>