Shades of Dark Green #011B09
Tints of Dark Green #011B09
RGB
CMYK
RGB Variations
Color information
#011B09 (or 0x011B09) is known color: Dark Green. HEX triplet: 01, 1B and 09. RGB value is (1,27,9). Sum of RGB (Red+Green+Blue) = 1+27+9=37 (4% of max value = 765). Red value is 1 (0.78% from 255 or 2.70% from 37); Green value is 27 (10.94% from 255 or 72.97% from 37); Blue value is 9 (3.91% from 255 or 24.32% from 37); Max value from RGB is 27 - color contains mainly: green. Hex color #011B09 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #011B09 is #FEE4F6. Grayscale: #111111. Windows color (decimal): -16704759 or 596737. OLE color: 596737.
HSL color Cylindrical-coordinate representation of color #011B09: hue angle of 138.46º 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 #011B09 is Cyan = 0.96, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 1 | 27 | 9 | - |
| CMYK | 0.96 | 0 | 0.67 | 0.89 |
| HSL | 138.46º | 0.93% | 0.05% | - |
| HSV(B) | 138.46º | 0.96% | 0.11% | - |
| XYZ | 0.45 | 0.81 | 0.39 | - |
| YUV | 17.17 | 123.39 | 116.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 27 | 9 | 0.96 | 0 | 0.67 | 0.89 | 138.46 | 0.93 | 0.05 |
| Hex | 1 | 1B | 9 | 60 | 0 | 43 | 59 | 8A | 5D | 5 |
| Octal | 1 | 33 | 11 | 140 | 0 | 103 | 131 | 212 | 135 | 5 |
| Binary | 1 | 11011 | 1001 | 1100000 | 0 | 1000011 | 1011001 | 10001010 | 1011101 | 101 |
Color Harmonies of #011B09
Complementary color
Monochromatic Colors of #011B09
Black with #011B09
Text Example
Text Example
White with #011B09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011B09; }
p { color: rgb(1,27,9); }
H1.HeaderClassName
{
color: #011B09;
}
.AnyTagClassName
{
color: #011B09;
}
</style>
background-color css
<style>
a { background-color: #011B09; }
a { background-color: rgb(1,27,9); }
div.DivClassName
{
background-color: #011B09;
}
.BgClassName
{
background-color: #011B09;
}
</style>
border-color css
<style>
span { border-color: #011B09; }
span { border-color: rgb(1,27,9); }
td.TdClassName
{
border-color: #011B09;
}
.TagClassName
{
border-color: #011B09;
}
</style>