Shades of Dark Green #002C13
Tints of Dark Green #002C13
RGB
CMYK
RGB Variations
Color information
#002C13 (or 0x002C13) is known color: Dark Green. HEX triplet: 00, 2C and 13. RGB value is (0,44,19). Sum of RGB (Red+Green+Blue) = 0+44+19=63 (8% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 63); Green value is 44 (17.58% from 255 or 69.84% from 63); Blue value is 19 (7.81% from 255 or 30.16% from 63); Max value from RGB is 44 - color contains mainly: green. Hex color #002C13 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #002C13 is #FFD3EC. Grayscale: #1C1C1C. Windows color (decimal): -16765933 or 1256448. OLE color: 1256448.
HSL color Cylindrical-coordinate representation of color #002C13: hue angle of 145.91º 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 #002C13 is Cyan = 1, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 0 | 44 | 19 | - |
| CMYK | 1 | 0 | 0.57 | 0.83 |
| HSL | 145.91º | 1% | 0.09% | - |
| HSV(B) | 145.91º | 1% | 0.17% | - |
| XYZ | 1.02 | 1.85 | 0.92 | - |
| YUV | 27.99 | 122.92 | 108.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 44 | 19 | 1 | 0 | 0.57 | 0.83 | 145.91 | 1 | 0.09 |
| Hex | 0 | 2C | 13 | 64 | 0 | 39 | 53 | 92 | 64 | 9 |
| Octal | 0 | 54 | 23 | 144 | 0 | 71 | 123 | 222 | 144 | 11 |
| Binary | 0 | 101100 | 10011 | 1100100 | 0 | 111001 | 1010011 | 10010010 | 1100100 | 1001 |
Color Harmonies of #002C13
Complementary color
Monochromatic Colors of #002C13
Black with #002C13
Text Example
Text Example
White with #002C13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002C13; }
p { color: rgb(0,44,19); }
H1.HeaderClassName
{
color: #002C13;
}
.AnyTagClassName
{
color: #002C13;
}
</style>
background-color css
<style>
a { background-color: #002C13; }
a { background-color: rgb(0,44,19); }
div.DivClassName
{
background-color: #002C13;
}
.BgClassName
{
background-color: #002C13;
}
</style>
border-color css
<style>
span { border-color: #002C13; }
span { border-color: rgb(0,44,19); }
td.TdClassName
{
border-color: #002C13;
}
.TagClassName
{
border-color: #002C13;
}
</style>