Shades of Dark Green #001B0D
Tints of Dark Green #001B0D
RGB
CMYK
RGB Variations
Color information
#001B0D (or 0x001B0D) is known color: Dark Green. HEX triplet: 00, 1B and 0D. RGB value is (0,27,13). Sum of RGB (Red+Green+Blue) = 0+27+13=40 (5% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 40); Green value is 27 (10.94% from 255 or 67.5% from 40); Blue value is 13 (5.47% from 255 or 32.5% from 40); Max value from RGB is 27 - color contains mainly: green. Hex color #001B0D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #001B0D is #FFE4F2. Grayscale: #111111. Windows color (decimal): -16770291 or 858880. OLE color: 858880.
HSL color Cylindrical-coordinate representation of color #001B0D: hue angle of 148.89º 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 #001B0D is Cyan = 1, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 0 | 27 | 13 | - |
| CMYK | 1 | 0 | 0.52 | 0.89 |
| HSL | 148.89º | 1% | 0.05% | - |
| HSV(B) | 148.89º | 1% | 0.11% | - |
| XYZ | 0.46 | 0.81 | 0.51 | - |
| YUV | 17.33 | 125.55 | 115.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 27 | 13 | 1 | 0 | 0.52 | 0.89 | 148.89 | 1 | 0.05 |
| Hex | 0 | 1B | D | 64 | 0 | 34 | 59 | 95 | 64 | 5 |
| Octal | 0 | 33 | 15 | 144 | 0 | 64 | 131 | 225 | 144 | 5 |
| Binary | 0 | 11011 | 1101 | 1100100 | 0 | 110100 | 1011001 | 10010101 | 1100100 | 101 |
Color Harmonies of #001B0D
Complementary color
Monochromatic Colors of #001B0D
Black with #001B0D
Text Example
Text Example
White with #001B0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001B0D; }
p { color: rgb(0,27,13); }
H1.HeaderClassName
{
color: #001B0D;
}
.AnyTagClassName
{
color: #001B0D;
}
</style>
background-color css
<style>
a { background-color: #001B0D; }
a { background-color: rgb(0,27,13); }
div.DivClassName
{
background-color: #001B0D;
}
.BgClassName
{
background-color: #001B0D;
}
</style>
border-color css
<style>
span { border-color: #001B0D; }
span { border-color: rgb(0,27,13); }
td.TdClassName
{
border-color: #001B0D;
}
.TagClassName
{
border-color: #001B0D;
}
</style>