Shades of Dark Green #011B08
Tints of Dark Green #011B08
RGB
CMYK
RGB Variations
Color information
#011B08 (or 0x011B08) is known color: Dark Green. HEX triplet: 01, 1B and 08. RGB value is (1,27,8). Sum of RGB (Red+Green+Blue) = 1+27+8=36 (4% of max value = 765). Red value is 1 (0.78% from 255 or 2.78% from 36); Green value is 27 (10.94% from 255 or 75% from 36); Blue value is 8 (3.52% from 255 or 22.22% from 36); Max value from RGB is 27 - color contains mainly: green. Hex color #011B08 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #011B08 is #FEE4F7. Grayscale: #111111. Windows color (decimal): -16704760 or 531201. OLE color: 531201.
HSL color Cylindrical-coordinate representation of color #011B08: hue angle of 136.15º 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 #011B08 is Cyan = 0.96, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 1 | 27 | 8 | - |
| CMYK | 0.96 | 0 | 0.70 | 0.89 |
| HSL | 136.15º | 0.93% | 0.05% | - |
| HSV(B) | 136.15º | 0.96% | 0.11% | - |
| XYZ | 0.45 | 0.81 | 0.36 | - |
| YUV | 17.06 | 122.89 | 116.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 27 | 8 | 0.96 | 0 | 0.70 | 0.89 | 136.15 | 0.93 | 0.05 |
| Hex | 1 | 1B | 8 | 60 | 0 | 46 | 59 | 88 | 5D | 5 |
| Octal | 1 | 33 | 10 | 140 | 0 | 106 | 131 | 210 | 135 | 5 |
| Binary | 1 | 11011 | 1000 | 1100000 | 0 | 1000110 | 1011001 | 10001000 | 1011101 | 101 |
Color Harmonies of #011B08
Complementary color
Monochromatic Colors of #011B08
Black with #011B08
Text Example
Text Example
White with #011B08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011B08; }
p { color: rgb(1,27,8); }
H1.HeaderClassName
{
color: #011B08;
}
.AnyTagClassName
{
color: #011B08;
}
</style>
background-color css
<style>
a { background-color: #011B08; }
a { background-color: rgb(1,27,8); }
div.DivClassName
{
background-color: #011B08;
}
.BgClassName
{
background-color: #011B08;
}
</style>
border-color css
<style>
span { border-color: #011B08; }
span { border-color: rgb(1,27,8); }
td.TdClassName
{
border-color: #011B08;
}
.TagClassName
{
border-color: #011B08;
}
</style>