Shades of Dark Green #001B13
Tints of Dark Green #001B13
RGB
CMYK
RGB Variations
Color information
#001B13 (or 0x001B13) is known color: Dark Green. HEX triplet: 00, 1B and 13. RGB value is (0,27,19). Sum of RGB (Red+Green+Blue) = 0+27+19=46 (6% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 46); Green value is 27 (10.94% from 255 or 58.70% from 46); Blue value is 19 (7.81% from 255 or 41.30% from 46); Max value from RGB is 27 - color contains mainly: green. Hex color #001B13 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #001B13 is #FFE4EC. Grayscale: #121212. Windows color (decimal): -16770285 or 1252096. OLE color: 1252096.
HSL color Cylindrical-coordinate representation of color #001B13: hue angle of 162.22º 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 #001B13 is Cyan = 1, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 0 | 27 | 19 | - |
| CMYK | 1 | 0 | 0.30 | 0.89 |
| HSL | 162.22º | 1% | 0.05% | - |
| HSV(B) | 162.22º | 1% | 0.11% | - |
| XYZ | 0.51 | 0.83 | 0.75 | - |
| YUV | 18.02 | 128.55 | 115.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 27 | 19 | 1 | 0 | 0.30 | 0.89 | 162.22 | 1 | 0.05 |
| Hex | 0 | 1B | 13 | 64 | 0 | 1E | 59 | A2 | 64 | 5 |
| Octal | 0 | 33 | 23 | 144 | 0 | 36 | 131 | 242 | 144 | 5 |
| Binary | 0 | 11011 | 10011 | 1100100 | 0 | 11110 | 1011001 | 10100010 | 1100100 | 101 |
Color Harmonies of #001B13
Complementary color
Monochromatic Colors of #001B13
Black with #001B13
Text Example
Text Example
White with #001B13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001B13; }
p { color: rgb(0,27,19); }
H1.HeaderClassName
{
color: #001B13;
}
.AnyTagClassName
{
color: #001B13;
}
</style>
background-color css
<style>
a { background-color: #001B13; }
a { background-color: rgb(0,27,19); }
div.DivClassName
{
background-color: #001B13;
}
.BgClassName
{
background-color: #001B13;
}
</style>
border-color css
<style>
span { border-color: #001B13; }
span { border-color: rgb(0,27,19); }
td.TdClassName
{
border-color: #001B13;
}
.TagClassName
{
border-color: #001B13;
}
</style>