Shades of Dark Green #002C1B
Tints of Dark Green #002C1B
RGB
CMYK
RGB Variations
Color information
#002C1B (or 0x002C1B) is known color: Dark Green. HEX triplet: 00, 2C and 1B. RGB value is (0,44,27). Sum of RGB (Red+Green+Blue) = 0+44+27=71 (9% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 71); Green value is 44 (17.58% from 255 or 61.97% from 71); Blue value is 27 (10.94% from 255 or 38.03% from 71); Max value from RGB is 44 - color contains mainly: green. Hex color #002C1B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #002C1B is #FFD3E4. Grayscale: #1C1C1C. Windows color (decimal): -16765925 or 1780736. OLE color: 1780736.
HSL color Cylindrical-coordinate representation of color #002C1B: hue angle of 156.82º degrees, saturation: 1, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002C1B is Cyan = 1, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 0 | 44 | 27 | - |
| CMYK | 1 | 0 | 0.39 | 0.83 |
| HSL | 156.82º | 1% | 0.09% | - |
| HSV(B) | 156.82º | 1% | 0.17% | - |
| XYZ | 1.1 | 1.88 | 1.34 | - |
| YUV | 28.91 | 126.92 | 107.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 44 | 27 | 1 | 0 | 0.39 | 0.83 | 156.82 | 1 | 0.09 |
| Hex | 0 | 2C | 1B | 64 | 0 | 27 | 53 | 9D | 64 | 9 |
| Octal | 0 | 54 | 33 | 144 | 0 | 47 | 123 | 235 | 144 | 11 |
| Binary | 0 | 101100 | 11011 | 1100100 | 0 | 100111 | 1010011 | 10011101 | 1100100 | 1001 |
Color Harmonies of #002C1B
Complementary color
Monochromatic Colors of #002C1B
Black with #002C1B
Text Example
Text Example
White with #002C1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002C1B; }
p { color: rgb(0,44,27); }
H1.HeaderClassName
{
color: #002C1B;
}
.AnyTagClassName
{
color: #002C1B;
}
</style>
background-color css
<style>
a { background-color: #002C1B; }
a { background-color: rgb(0,44,27); }
div.DivClassName
{
background-color: #002C1B;
}
.BgClassName
{
background-color: #002C1B;
}
</style>
border-color css
<style>
span { border-color: #002C1B; }
span { border-color: rgb(0,44,27); }
td.TdClassName
{
border-color: #002C1B;
}
.TagClassName
{
border-color: #002C1B;
}
</style>