Shades of Dark Green #001B06
Tints of Dark Green #001B06
RGB
CMYK
RGB Variations
Color information
#001B06 (or 0x001B06) is known color: Dark Green. HEX triplet: 00, 1B and 06. RGB value is (0,27,6). Sum of RGB (Red+Green+Blue) = 0+27+6=33 (4% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 33); Green value is 27 (10.94% from 255 or 81.82% from 33); Blue value is 6 (2.73% from 255 or 18.18% from 33); Max value from RGB is 27 - color contains mainly: green. Hex color #001B06 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #001B06 is #FFE4F9. Grayscale: #101010. Windows color (decimal): -16770298 or 400128. OLE color: 400128.
HSL color Cylindrical-coordinate representation of color #001B06: hue angle of 133.33º degrees, saturation: 1, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001B06 is Cyan = 1, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 0 | 27 | 6 | - |
| CMYK | 1 | 0 | 0.78 | 0.89 |
| HSL | 133.33º | 1% | 0.05% | - |
| HSV(B) | 133.33º | 1% | 0.11% | - |
| XYZ | 0.42 | 0.8 | 0.3 | - |
| YUV | 16.53 | 122.05 | 116.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 27 | 6 | 1 | 0 | 0.78 | 0.89 | 133.33 | 1 | 0.05 |
| Hex | 0 | 1B | 6 | 64 | 0 | 4E | 59 | 85 | 64 | 5 |
| Octal | 0 | 33 | 6 | 144 | 0 | 116 | 131 | 205 | 144 | 5 |
| Binary | 0 | 11011 | 110 | 1100100 | 0 | 1001110 | 1011001 | 10000101 | 1100100 | 101 |
Color Harmonies of #001B06
Complementary color
Monochromatic Colors of #001B06
Black with #001B06
Text Example
Text Example
White with #001B06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001B06; }
p { color: rgb(0,27,6); }
H1.HeaderClassName
{
color: #001B06;
}
.AnyTagClassName
{
color: #001B06;
}
</style>
background-color css
<style>
a { background-color: #001B06; }
a { background-color: rgb(0,27,6); }
div.DivClassName
{
background-color: #001B06;
}
.BgClassName
{
background-color: #001B06;
}
</style>
border-color css
<style>
span { border-color: #001B06; }
span { border-color: rgb(0,27,6); }
td.TdClassName
{
border-color: #001B06;
}
.TagClassName
{
border-color: #001B06;
}
</style>