Shades of Dark Green #011F08
Tints of Dark Green #011F08
RGB
CMYK
RGB Variations
Color information
#011F08 (or 0x011F08) is known color: Dark Green. HEX triplet: 01, 1F and 08. RGB value is (1,31,8). Sum of RGB (Red+Green+Blue) = 1+31+8=40 (5% of max value = 765). Red value is 1 (0.78% from 255 or 2.5% from 40); Green value is 31 (12.5% from 255 or 77.5% from 40); Blue value is 8 (3.52% from 255 or 20% from 40); Max value from RGB is 31 - color contains mainly: green. Hex color #011F08 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #011F08 is #FEE0F7. Grayscale: #131313. Windows color (decimal): -16703736 or 532225. OLE color: 532225.
HSL color Cylindrical-coordinate representation of color #011F08: hue angle of 134º 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 #011F08 is Cyan = 0.97, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 1 | 31 | 8 | - |
| CMYK | 0.97 | 0 | 0.74 | 0.88 |
| HSL | 134º | 0.94% | 0.06% | - |
| HSV(B) | 134º | 0.97% | 0.12% | - |
| XYZ | 0.55 | 1 | 0.39 | - |
| YUV | 19.41 | 121.56 | 114.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 31 | 8 | 0.97 | 0 | 0.74 | 0.88 | 134 | 0.94 | 0.06 |
| Hex | 1 | 1F | 8 | 61 | 0 | 4A | 58 | 86 | 5E | 6 |
| Octal | 1 | 37 | 10 | 141 | 0 | 112 | 130 | 206 | 136 | 6 |
| Binary | 1 | 11111 | 1000 | 1100001 | 0 | 1001010 | 1011000 | 10000110 | 1011110 | 110 |
Color Harmonies of #011F08
Complementary color
Monochromatic Colors of #011F08
Black with #011F08
Text Example
Text Example
White with #011F08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011F08; }
p { color: rgb(1,31,8); }
H1.HeaderClassName
{
color: #011F08;
}
.AnyTagClassName
{
color: #011F08;
}
</style>
background-color css
<style>
a { background-color: #011F08; }
a { background-color: rgb(1,31,8); }
div.DivClassName
{
background-color: #011F08;
}
.BgClassName
{
background-color: #011F08;
}
</style>
border-color css
<style>
span { border-color: #011F08; }
span { border-color: rgb(1,31,8); }
td.TdClassName
{
border-color: #011F08;
}
.TagClassName
{
border-color: #011F08;
}
</style>