Shades of Dark Green #001B15
Tints of Dark Green #001B15
RGB
CMYK
RGB Variations
Color information
#001B15 (or 0x001B15) is known color: Dark Green. HEX triplet: 00, 1B and 15. RGB value is (0,27,21). Sum of RGB (Red+Green+Blue) = 0+27+21=48 (6% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 48); Green value is 27 (10.94% from 255 or 56.25% from 48); Blue value is 21 (8.59% from 255 or 43.75% from 48); Max value from RGB is 27 - color contains mainly: green. Hex color #001B15 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #001B15 is #FFE4EA. Grayscale: #121212. Windows color (decimal): -16770283 or 1383168. OLE color: 1383168.
HSL color Cylindrical-coordinate representation of color #001B15: hue angle of 166.67º 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 #001B15 is Cyan = 1, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 0 | 27 | 21 | - |
| CMYK | 1 | 0 | 0.22 | 0.89 |
| HSL | 166.67º | 1% | 0.05% | - |
| HSV(B) | 166.67º | 1% | 0.11% | - |
| XYZ | 0.53 | 0.84 | 0.84 | - |
| YUV | 18.24 | 129.55 | 114.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 27 | 21 | 1 | 0 | 0.22 | 0.89 | 166.67 | 1 | 0.05 |
| Hex | 0 | 1B | 15 | 64 | 0 | 16 | 59 | A7 | 64 | 5 |
| Octal | 0 | 33 | 25 | 144 | 0 | 26 | 131 | 247 | 144 | 5 |
| Binary | 0 | 11011 | 10101 | 1100100 | 0 | 10110 | 1011001 | 10100111 | 1100100 | 101 |
Color Harmonies of #001B15
Complementary color
Monochromatic Colors of #001B15
Black with #001B15
Text Example
Text Example
White with #001B15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001B15; }
p { color: rgb(0,27,21); }
H1.HeaderClassName
{
color: #001B15;
}
.AnyTagClassName
{
color: #001B15;
}
</style>
background-color css
<style>
a { background-color: #001B15; }
a { background-color: rgb(0,27,21); }
div.DivClassName
{
background-color: #001B15;
}
.BgClassName
{
background-color: #001B15;
}
</style>
border-color css
<style>
span { border-color: #001B15; }
span { border-color: rgb(0,27,21); }
td.TdClassName
{
border-color: #001B15;
}
.TagClassName
{
border-color: #001B15;
}
</style>