Shades of Dark Green #011B0F
Tints of Dark Green #011B0F
RGB
CMYK
RGB Variations
Color information
#011B0F (or 0x011B0F) is known color: Dark Green. HEX triplet: 01, 1B and 0F. RGB value is (1,27,15). Sum of RGB (Red+Green+Blue) = 1+27+15=43 (5% of max value = 765). Red value is 1 (0.78% from 255 or 2.33% from 43); Green value is 27 (10.94% from 255 or 62.79% from 43); Blue value is 15 (6.25% from 255 or 34.88% from 43); Max value from RGB is 27 - color contains mainly: green. Hex color #011B0F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #011B0F is #FEE4F0. Grayscale: #111111. Windows color (decimal): -16704753 or 989953. OLE color: 989953.
HSL color Cylindrical-coordinate representation of color #011B0F: hue angle of 152.31º degrees, saturation: 0.93, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #011B0F is Cyan = 0.96, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 1 | 27 | 15 | - |
| CMYK | 0.96 | 0 | 0.44 | 0.89 |
| HSL | 152.31º | 0.93% | 0.05% | - |
| HSV(B) | 152.31º | 0.96% | 0.11% | - |
| XYZ | 0.49 | 0.82 | 0.59 | - |
| YUV | 17.86 | 126.39 | 115.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 27 | 15 | 0.96 | 0 | 0.44 | 0.89 | 152.31 | 0.93 | 0.05 |
| Hex | 1 | 1B | F | 60 | 0 | 2C | 59 | 98 | 5D | 5 |
| Octal | 1 | 33 | 17 | 140 | 0 | 54 | 131 | 230 | 135 | 5 |
| Binary | 1 | 11011 | 1111 | 1100000 | 0 | 101100 | 1011001 | 10011000 | 1011101 | 101 |
Color Harmonies of #011B0F
Complementary color
Monochromatic Colors of #011B0F
Black with #011B0F
Text Example
Text Example
White with #011B0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011B0F; }
p { color: rgb(1,27,15); }
H1.HeaderClassName
{
color: #011B0F;
}
.AnyTagClassName
{
color: #011B0F;
}
</style>
background-color css
<style>
a { background-color: #011B0F; }
a { background-color: rgb(1,27,15); }
div.DivClassName
{
background-color: #011B0F;
}
.BgClassName
{
background-color: #011B0F;
}
</style>
border-color css
<style>
span { border-color: #011B0F; }
span { border-color: rgb(1,27,15); }
td.TdClassName
{
border-color: #011B0F;
}
.TagClassName
{
border-color: #011B0F;
}
</style>