Shades of Dark Green #010F0B
Tints of Dark Green #010F0B
RGB
CMYK
RGB Variations
Color information
#010F0B (or 0x010F0B) is known color: Dark Green. HEX triplet: 01, 0F and 0B. RGB value is (1,15,11). Sum of RGB (Red+Green+Blue) = 1+15+11=27 (3% of max value = 765). Red value is 1 (0.78% from 255 or 3.70% from 27); Green value is 15 (6.25% from 255 or 55.56% from 27); Blue value is 11 (4.69% from 255 or 40.74% from 27); Max value from RGB is 15 - color contains mainly: green. Hex color #010F0B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #010F0B is #FEF0F4. Grayscale: #0A0A0A. Windows color (decimal): -16707829 or 724737. OLE color: 724737.
HSL color Cylindrical-coordinate representation of color #010F0B: hue angle of 162.86º degrees, saturation: 0.88, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #010F0B is Cyan = 0.93, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.94.
Color convert
| RGB | 1 | 15 | 11 | - |
| CMYK | 0.93 | 0 | 0.27 | 0.94 |
| HSL | 162.86º | 0.88% | 0.03% | - |
| HSV(B) | 162.86º | 0.93% | 0.06% | - |
| XYZ | 0.24 | 0.37 | 0.38 | - |
| YUV | 10.36 | 128.36 | 121.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 15 | 11 | 0.93 | 0 | 0.27 | 0.94 | 162.86 | 0.88 | 0.03 |
| Hex | 1 | F | B | 5D | 0 | 1B | 5E | A3 | 58 | 3 |
| Octal | 1 | 17 | 13 | 135 | 0 | 33 | 136 | 243 | 130 | 3 |
| Binary | 1 | 1111 | 1011 | 1011101 | 0 | 11011 | 1011110 | 10100011 | 1011000 | 11 |
Color Harmonies of #010F0B
Complementary color
Monochromatic Colors of #010F0B
Black with #010F0B
Text Example
Text Example
White with #010F0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010F0B; }
p { color: rgb(1,15,11); }
H1.HeaderClassName
{
color: #010F0B;
}
.AnyTagClassName
{
color: #010F0B;
}
</style>
background-color css
<style>
a { background-color: #010F0B; }
a { background-color: rgb(1,15,11); }
div.DivClassName
{
background-color: #010F0B;
}
.BgClassName
{
background-color: #010F0B;
}
</style>
border-color css
<style>
span { border-color: #010F0B; }
span { border-color: rgb(1,15,11); }
td.TdClassName
{
border-color: #010F0B;
}
.TagClassName
{
border-color: #010F0B;
}
</style>