Shades of Dark Green #001C1B
Tints of Dark Green #001C1B
RGB
CMYK
RGB Variations
Color information
#001C1B (or 0x001C1B) is known color: Dark Green. HEX triplet: 00, 1C and 1B. RGB value is (0,28,27). Sum of RGB (Red+Green+Blue) = 0+28+27=55 (7% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 55); Green value is 28 (11.33% from 255 or 50.91% from 55); Blue value is 27 (10.94% from 255 or 49.09% from 55); Max value from RGB is 28 - color contains mainly: green. Hex color #001C1B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #001C1B is #FFE3E4. Grayscale: #131313. Windows color (decimal): -16770021 or 1776640. OLE color: 1776640.
HSL color Cylindrical-coordinate representation of color #001C1B: hue angle of 177.86º 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 #001C1B is Cyan = 1, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 0 | 28 | 27 | - |
| CMYK | 1 | 0 | 0.04 | 0.89 |
| HSL | 177.86º | 1% | 0.05% | - |
| HSV(B) | 177.86º | 1% | 0.11% | - |
| XYZ | 0.61 | 0.91 | 1.18 | - |
| YUV | 19.51 | 132.22 | 114.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 28 | 27 | 1 | 0 | 0.04 | 0.89 | 177.86 | 1 | 0.05 |
| Hex | 0 | 1C | 1B | 64 | 0 | 4 | 59 | B2 | 64 | 5 |
| Octal | 0 | 34 | 33 | 144 | 0 | 4 | 131 | 262 | 144 | 5 |
| Binary | 0 | 11100 | 11011 | 1100100 | 0 | 100 | 1011001 | 10110010 | 1100100 | 101 |
Color Harmonies of #001C1B
Complementary color
Monochromatic Colors of #001C1B
Black with #001C1B
Text Example
Text Example
White with #001C1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001C1B; }
p { color: rgb(0,28,27); }
H1.HeaderClassName
{
color: #001C1B;
}
.AnyTagClassName
{
color: #001C1B;
}
</style>
background-color css
<style>
a { background-color: #001C1B; }
a { background-color: rgb(0,28,27); }
div.DivClassName
{
background-color: #001C1B;
}
.BgClassName
{
background-color: #001C1B;
}
</style>
border-color css
<style>
span { border-color: #001C1B; }
span { border-color: rgb(0,28,27); }
td.TdClassName
{
border-color: #001C1B;
}
.TagClassName
{
border-color: #001C1B;
}
</style>