Shades of Dark Green #002C2A
Tints of Dark Green #002C2A
RGB
CMYK
RGB Variations
Color information
#002C2A (or 0x002C2A) is known color: Dark Green. HEX triplet: 00, 2C and 2A. RGB value is (0,44,42). Sum of RGB (Red+Green+Blue) = 0+44+42=86 (11% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 86); Green value is 44 (17.58% from 255 or 51.16% from 86); Blue value is 42 (16.80% from 255 or 48.84% from 86); Max value from RGB is 44 - color contains mainly: green. Hex color #002C2A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #002C2A is #FFD3D5. Grayscale: #1E1E1E. Windows color (decimal): -16765910 or 2763776. OLE color: 2763776.
HSL color Cylindrical-coordinate representation of color #002C2A: hue angle of 177.27º 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 #002C2A is Cyan = 1, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 0 | 44 | 42 | - |
| CMYK | 1 | 0 | 0.05 | 0.83 |
| HSL | 177.27º | 1% | 0.09% | - |
| HSV(B) | 177.27º | 1% | 0.17% | - |
| XYZ | 1.32 | 1.97 | 2.5 | - |
| YUV | 30.62 | 134.42 | 106.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 44 | 42 | 1 | 0 | 0.05 | 0.83 | 177.27 | 1 | 0.09 |
| Hex | 0 | 2C | 2A | 64 | 0 | 5 | 53 | B1 | 64 | 9 |
| Octal | 0 | 54 | 52 | 144 | 0 | 5 | 123 | 261 | 144 | 11 |
| Binary | 0 | 101100 | 101010 | 1100100 | 0 | 101 | 1010011 | 10110001 | 1100100 | 1001 |
Color Harmonies of #002C2A
Complementary color
Monochromatic Colors of #002C2A
Black with #002C2A
Text Example
Text Example
White with #002C2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002C2A; }
p { color: rgb(0,44,42); }
H1.HeaderClassName
{
color: #002C2A;
}
.AnyTagClassName
{
color: #002C2A;
}
</style>
background-color css
<style>
a { background-color: #002C2A; }
a { background-color: rgb(0,44,42); }
div.DivClassName
{
background-color: #002C2A;
}
.BgClassName
{
background-color: #002C2A;
}
</style>
border-color css
<style>
span { border-color: #002C2A; }
span { border-color: rgb(0,44,42); }
td.TdClassName
{
border-color: #002C2A;
}
.TagClassName
{
border-color: #002C2A;
}
</style>