Shades of Dark Green #002C0C
Tints of Dark Green #002C0C
RGB
CMYK
RGB Variations
Color information
#002C0C (or 0x002C0C) is known color: Dark Green. HEX triplet: 00, 2C and 0C. RGB value is (0,44,12). Sum of RGB (Red+Green+Blue) = 0+44+12=56 (7% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 56); Green value is 44 (17.58% from 255 or 78.57% from 56); Blue value is 12 (5.08% from 255 or 21.43% from 56); Max value from RGB is 44 - color contains mainly: green. Hex color #002C0C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #002C0C is #FFD3F3. Grayscale: #1B1B1B. Windows color (decimal): -16765940 or 797696. OLE color: 797696.
HSL color Cylindrical-coordinate representation of color #002C0C: hue angle of 136.36º 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 #002C0C is Cyan = 1, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 0 | 44 | 12 | - |
| CMYK | 1 | 0 | 0.73 | 0.83 |
| HSL | 136.36º | 1% | 0.09% | - |
| HSV(B) | 136.36º | 1% | 0.17% | - |
| XYZ | 0.97 | 1.83 | 0.65 | - |
| YUV | 27.2 | 119.42 | 108.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 44 | 12 | 1 | 0 | 0.73 | 0.83 | 136.36 | 1 | 0.09 |
| Hex | 0 | 2C | C | 64 | 0 | 49 | 53 | 88 | 64 | 9 |
| Octal | 0 | 54 | 14 | 144 | 0 | 111 | 123 | 210 | 144 | 11 |
| Binary | 0 | 101100 | 1100 | 1100100 | 0 | 1001001 | 1010011 | 10001000 | 1100100 | 1001 |
Color Harmonies of #002C0C
Complementary color
Monochromatic Colors of #002C0C
Black with #002C0C
Text Example
Text Example
White with #002C0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002C0C; }
p { color: rgb(0,44,12); }
H1.HeaderClassName
{
color: #002C0C;
}
.AnyTagClassName
{
color: #002C0C;
}
</style>
background-color css
<style>
a { background-color: #002C0C; }
a { background-color: rgb(0,44,12); }
div.DivClassName
{
background-color: #002C0C;
}
.BgClassName
{
background-color: #002C0C;
}
</style>
border-color css
<style>
span { border-color: #002C0C; }
span { border-color: rgb(0,44,12); }
td.TdClassName
{
border-color: #002C0C;
}
.TagClassName
{
border-color: #002C0C;
}
</style>