Shades of Dark Green #002E2B
Tints of Dark Green #002E2B
RGB
CMYK
RGB Variations
Color information
#002E2B (or 0x002E2B) is known color: Dark Green. HEX triplet: 00, 2E and 2B. RGB value is (0,46,43). Sum of RGB (Red+Green+Blue) = 0+46+43=89 (11% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 89); Green value is 46 (18.36% from 255 or 51.69% from 89); Blue value is 43 (17.19% from 255 or 48.31% from 89); Max value from RGB is 46 - color contains mainly: green. Hex color #002E2B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #002E2B is #FFD1D4. Grayscale: #1F1F1F. Windows color (decimal): -16765397 or 2829824. OLE color: 2829824.
HSL color Cylindrical-coordinate representation of color #002E2B: hue angle of 176.09º 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 #002E2B is Cyan = 1, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 0 | 46 | 43 | - |
| CMYK | 1 | 0 | 0.07 | 0.82 |
| HSL | 176.09º | 1% | 0.09% | - |
| HSV(B) | 176.09º | 1% | 0.18% | - |
| XYZ | 1.41 | 2.13 | 2.62 | - |
| YUV | 31.9 | 134.26 | 105.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 46 | 43 | 1 | 0 | 0.07 | 0.82 | 176.09 | 1 | 0.09 |
| Hex | 0 | 2E | 2B | 64 | 0 | 7 | 52 | B0 | 64 | 9 |
| Octal | 0 | 56 | 53 | 144 | 0 | 7 | 122 | 260 | 144 | 11 |
| Binary | 0 | 101110 | 101011 | 1100100 | 0 | 111 | 1010010 | 10110000 | 1100100 | 1001 |
Color Harmonies of #002E2B
Complementary color
Monochromatic Colors of #002E2B
Black with #002E2B
Text Example
Text Example
White with #002E2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002E2B; }
p { color: rgb(0,46,43); }
H1.HeaderClassName
{
color: #002E2B;
}
.AnyTagClassName
{
color: #002E2B;
}
</style>
background-color css
<style>
a { background-color: #002E2B; }
a { background-color: rgb(0,46,43); }
div.DivClassName
{
background-color: #002E2B;
}
.BgClassName
{
background-color: #002E2B;
}
</style>
border-color css
<style>
span { border-color: #002E2B; }
span { border-color: rgb(0,46,43); }
td.TdClassName
{
border-color: #002E2B;
}
.TagClassName
{
border-color: #002E2B;
}
</style>