Shades of Dark Green #011F1F
Tints of Dark Green #011F1F
RGB
CMYK
RGB Variations
Color information
#011F1F (or 0x011F1F) is known color: Dark Green. HEX triplet: 01, 1F and 1F. RGB value is (1,31,31). Sum of RGB (Red+Green+Blue) = 1+31+31=63 (8% of max value = 765). Red value is 1 (0.78% from 255 or 1.59% from 63); Green value is 31 (12.5% from 255 or 49.21% from 63); Blue value is 31 (12.5% from 255 or 49.21% from 63); Max value from RGB is 31 - color contains mainly: green, blue. Hex color #011F1F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #011F1F is #FEE0E0. Grayscale: #161616. Windows color (decimal): -16703713 or 2039553. OLE color: 2039553.
HSL color Cylindrical-coordinate representation of color #011F1F: hue angle of 180º degrees, saturation: 0.94, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #011F1F is Cyan = 0.97, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 1 | 31 | 31 | - |
| CMYK | 0.97 | 0 | 0 | 0.88 |
| HSL | 180º | 0.94% | 0.06% | - |
| HSV(B) | 180º | 0.97% | 0.12% | - |
| XYZ | 0.75 | 1.09 | 1.47 | - |
| YUV | 22.03 | 133.06 | 113 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 31 | 31 | 0.97 | 0 | 0 | 0.88 | 180 | 0.94 | 0.06 |
| Hex | 1 | 1F | 1F | 61 | 0 | 0 | 58 | B4 | 5E | 6 |
| Octal | 1 | 37 | 37 | 141 | 0 | 0 | 130 | 264 | 136 | 6 |
| Binary | 1 | 11111 | 11111 | 1100001 | 0 | 0 | 1011000 | 10110100 | 1011110 | 110 |
Color Harmonies of #011F1F
Complementary color
Monochromatic Colors of #011F1F
Black with #011F1F
Text Example
Text Example
White with #011F1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011F1F; }
p { color: rgb(1,31,31); }
H1.HeaderClassName
{
color: #011F1F;
}
.AnyTagClassName
{
color: #011F1F;
}
</style>
background-color css
<style>
a { background-color: #011F1F; }
a { background-color: rgb(1,31,31); }
div.DivClassName
{
background-color: #011F1F;
}
.BgClassName
{
background-color: #011F1F;
}
</style>
border-color css
<style>
span { border-color: #011F1F; }
span { border-color: rgb(1,31,31); }
td.TdClassName
{
border-color: #011F1F;
}
.TagClassName
{
border-color: #011F1F;
}
</style>