Shades of Dark Green #001C0B
Tints of Dark Green #001C0B
RGB
CMYK
RGB Variations
Color information
#001C0B (or 0x001C0B) is known color: Dark Green. HEX triplet: 00, 1C and 0B. RGB value is (0,28,11). Sum of RGB (Red+Green+Blue) = 0+28+11=39 (5% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 39); Green value is 28 (11.33% from 255 or 71.79% from 39); Blue value is 11 (4.69% from 255 or 28.21% from 39); Max value from RGB is 28 - color contains mainly: green. Hex color #001C0B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #001C0B is #FFE3F4. Grayscale: #111111. Windows color (decimal): -16770037 or 728064. OLE color: 728064.
HSL color Cylindrical-coordinate representation of color #001C0B: hue angle of 143.57º 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 #001C0B is Cyan = 1, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 0 | 28 | 11 | - |
| CMYK | 1 | 0 | 0.61 | 0.89 |
| HSL | 143.57º | 1% | 0.05% | - |
| HSV(B) | 143.57º | 1% | 0.11% | - |
| XYZ | 0.48 | 0.85 | 0.46 | - |
| YUV | 17.69 | 124.22 | 115.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 28 | 11 | 1 | 0 | 0.61 | 0.89 | 143.57 | 1 | 0.05 |
| Hex | 0 | 1C | B | 64 | 0 | 3D | 59 | 90 | 64 | 5 |
| Octal | 0 | 34 | 13 | 144 | 0 | 75 | 131 | 220 | 144 | 5 |
| Binary | 0 | 11100 | 1011 | 1100100 | 0 | 111101 | 1011001 | 10010000 | 1100100 | 101 |
Color Harmonies of #001C0B
Complementary color
Monochromatic Colors of #001C0B
Black with #001C0B
Text Example
Text Example
White with #001C0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001C0B; }
p { color: rgb(0,28,11); }
H1.HeaderClassName
{
color: #001C0B;
}
.AnyTagClassName
{
color: #001C0B;
}
</style>
background-color css
<style>
a { background-color: #001C0B; }
a { background-color: rgb(0,28,11); }
div.DivClassName
{
background-color: #001C0B;
}
.BgClassName
{
background-color: #001C0B;
}
</style>
border-color css
<style>
span { border-color: #001C0B; }
span { border-color: rgb(0,28,11); }
td.TdClassName
{
border-color: #001C0B;
}
.TagClassName
{
border-color: #001C0B;
}
</style>