Shades of Dark Green #001F21
Tints of Dark Green #001F21
RGB
CMYK
RGB Variations
Color information
#001F21 (or 0x001F21) is known color: Dark Green. HEX triplet: 00, 1F and 21. RGB value is (0,31,33). Sum of RGB (Red+Green+Blue) = 0+31+33=64 (8% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 64); Green value is 31 (12.5% from 255 or 48.44% from 64); Blue value is 33 (13.28% from 255 or 51.56% from 64); Max value from RGB is 33 - color contains mainly: blue. Hex color #001F21 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #001F21 is #FFE0DE. Grayscale: #151515. Windows color (decimal): -16769247 or 2170624. OLE color: 2170624.
HSL color Cylindrical-coordinate representation of color #001F21: hue angle of 183.64º degrees, saturation: 1, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001F21 is Cyan = 1, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 0 | 31 | 33 | - |
| CMYK | 1 | 0.06 | 0 | 0.87 |
| HSL | 183.64º | 1% | 0.06% | - |
| HSV(B) | 183.64º | 1% | 0.13% | - |
| XYZ | 0.76 | 1.09 | 1.61 | - |
| YUV | 21.96 | 134.23 | 112.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 31 | 33 | 1 | 0.06 | 0 | 0.87 | 183.64 | 1 | 0.06 |
| Hex | 0 | 1F | 21 | 64 | 6 | 0 | 57 | B8 | 64 | 6 |
| Octal | 0 | 37 | 41 | 144 | 6 | 0 | 127 | 270 | 144 | 6 |
| Binary | 0 | 11111 | 100001 | 1100100 | 110 | 0 | 1010111 | 10111000 | 1100100 | 110 |
Color Harmonies of #001F21
Complementary color
Monochromatic Colors of #001F21
Black with #001F21
Text Example
Text Example
White with #001F21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001F21; }
p { color: rgb(0,31,33); }
H1.HeaderClassName
{
color: #001F21;
}
.AnyTagClassName
{
color: #001F21;
}
</style>
background-color css
<style>
a { background-color: #001F21; }
a { background-color: rgb(0,31,33); }
div.DivClassName
{
background-color: #001F21;
}
.BgClassName
{
background-color: #001F21;
}
</style>
border-color css
<style>
span { border-color: #001F21; }
span { border-color: rgb(0,31,33); }
td.TdClassName
{
border-color: #001F21;
}
.TagClassName
{
border-color: #001F21;
}
</style>