Shades of Dark Green #002E2C
Tints of Dark Green #002E2C
RGB
CMYK
RGB Variations
Color information
#002E2C (or 0x002E2C) is known color: Dark Green. HEX triplet: 00, 2E and 2C. RGB value is (0,46,44). Sum of RGB (Red+Green+Blue) = 0+46+44=90 (11% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 90); Green value is 46 (18.36% from 255 or 51.11% from 90); Blue value is 44 (17.58% from 255 or 48.89% from 90); Max value from RGB is 46 - color contains mainly: green. Hex color #002E2C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #002E2C is #FFD1D3. Grayscale: #1F1F1F. Windows color (decimal): -16765396 or 2895360. OLE color: 2895360.
HSL color Cylindrical-coordinate representation of color #002E2C: hue angle of 177.39º degrees, saturation: 1, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002E2C is Cyan = 1, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 0 | 46 | 44 | - |
| CMYK | 1 | 0 | 0.04 | 0.82 |
| HSL | 177.39º | 1% | 0.09% | - |
| HSV(B) | 177.39º | 1% | 0.18% | - |
| XYZ | 1.43 | 2.14 | 2.72 | - |
| YUV | 32.02 | 134.76 | 105.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 46 | 44 | 1 | 0 | 0.04 | 0.82 | 177.39 | 1 | 0.09 |
| Hex | 0 | 2E | 2C | 64 | 0 | 4 | 52 | B1 | 64 | 9 |
| Octal | 0 | 56 | 54 | 144 | 0 | 4 | 122 | 261 | 144 | 11 |
| Binary | 0 | 101110 | 101100 | 1100100 | 0 | 100 | 1010010 | 10110001 | 1100100 | 1001 |
Color Harmonies of #002E2C
Complementary color
Monochromatic Colors of #002E2C
Black with #002E2C
Text Example
Text Example
White with #002E2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002E2C; }
p { color: rgb(0,46,44); }
H1.HeaderClassName
{
color: #002E2C;
}
.AnyTagClassName
{
color: #002E2C;
}
</style>
background-color css
<style>
a { background-color: #002E2C; }
a { background-color: rgb(0,46,44); }
div.DivClassName
{
background-color: #002E2C;
}
.BgClassName
{
background-color: #002E2C;
}
</style>
border-color css
<style>
span { border-color: #002E2C; }
span { border-color: rgb(0,46,44); }
td.TdClassName
{
border-color: #002E2C;
}
.TagClassName
{
border-color: #002E2C;
}
</style>