Shades of Dark Green #002F2D
Tints of Dark Green #002F2D
RGB
CMYK
RGB Variations
Color information
#002F2D (or 0x002F2D) is known color: Dark Green. HEX triplet: 00, 2F and 2D. RGB value is (0,47,45). Sum of RGB (Red+Green+Blue) = 0+47+45=92 (12% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 92); Green value is 47 (18.75% from 255 or 51.09% from 92); Blue value is 45 (17.97% from 255 or 48.91% from 92); Max value from RGB is 47 - color contains mainly: green. Hex color #002F2D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #002F2D is #FFD0D2. Grayscale: #202020. Windows color (decimal): -16765139 or 2961152. OLE color: 2961152.
HSL color Cylindrical-coordinate representation of color #002F2D: hue angle of 177.45º 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 #002F2D is Cyan = 1, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 0 | 47 | 45 | - |
| CMYK | 1 | 0 | 0.04 | 0.82 |
| HSL | 177.45º | 1% | 0.09% | - |
| HSV(B) | 177.45º | 1% | 0.18% | - |
| XYZ | 1.49 | 2.22 | 2.83 | - |
| YUV | 32.72 | 134.93 | 104.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 47 | 45 | 1 | 0 | 0.04 | 0.82 | 177.45 | 1 | 0.09 |
| Hex | 0 | 2F | 2D | 64 | 0 | 4 | 52 | B1 | 64 | 9 |
| Octal | 0 | 57 | 55 | 144 | 0 | 4 | 122 | 261 | 144 | 11 |
| Binary | 0 | 101111 | 101101 | 1100100 | 0 | 100 | 1010010 | 10110001 | 1100100 | 1001 |
Color Harmonies of #002F2D
Complementary color
Monochromatic Colors of #002F2D
Black with #002F2D
Text Example
Text Example
White with #002F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002F2D; }
p { color: rgb(0,47,45); }
H1.HeaderClassName
{
color: #002F2D;
}
.AnyTagClassName
{
color: #002F2D;
}
</style>
background-color css
<style>
a { background-color: #002F2D; }
a { background-color: rgb(0,47,45); }
div.DivClassName
{
background-color: #002F2D;
}
.BgClassName
{
background-color: #002F2D;
}
</style>
border-color css
<style>
span { border-color: #002F2D; }
span { border-color: rgb(0,47,45); }
td.TdClassName
{
border-color: #002F2D;
}
.TagClassName
{
border-color: #002F2D;
}
</style>