Shades of Dark Green #002F2B
Tints of Dark Green #002F2B
RGB
CMYK
RGB Variations
Color information
#002F2B (or 0x002F2B) is known color: Dark Green. HEX triplet: 00, 2F and 2B. RGB value is (0,47,43). Sum of RGB (Red+Green+Blue) = 0+47+43=90 (11% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 90); Green value is 47 (18.75% from 255 or 52.22% from 90); Blue value is 43 (17.19% from 255 or 47.78% from 90); Max value from RGB is 47 - color contains mainly: green. Hex color #002F2B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #002F2B is #FFD0D4. Grayscale: #202020. Windows color (decimal): -16765141 or 2830080. OLE color: 2830080.
HSL color Cylindrical-coordinate representation of color #002F2B: hue angle of 174.89º 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 #002F2B is Cyan = 1, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 0 | 47 | 43 | - |
| CMYK | 1 | 0 | 0.09 | 0.82 |
| HSL | 174.89º | 1% | 0.09% | - |
| HSV(B) | 174.89º | 1% | 0.18% | - |
| XYZ | 1.45 | 2.21 | 2.64 | - |
| YUV | 32.49 | 133.93 | 104.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 47 | 43 | 1 | 0 | 0.09 | 0.82 | 174.89 | 1 | 0.09 |
| Hex | 0 | 2F | 2B | 64 | 0 | 9 | 52 | AF | 64 | 9 |
| Octal | 0 | 57 | 53 | 144 | 0 | 11 | 122 | 257 | 144 | 11 |
| Binary | 0 | 101111 | 101011 | 1100100 | 0 | 1001 | 1010010 | 10101111 | 1100100 | 1001 |
Color Harmonies of #002F2B
Complementary color
Monochromatic Colors of #002F2B
Black with #002F2B
Text Example
Text Example
White with #002F2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002F2B; }
p { color: rgb(0,47,43); }
H1.HeaderClassName
{
color: #002F2B;
}
.AnyTagClassName
{
color: #002F2B;
}
</style>
background-color css
<style>
a { background-color: #002F2B; }
a { background-color: rgb(0,47,43); }
div.DivClassName
{
background-color: #002F2B;
}
.BgClassName
{
background-color: #002F2B;
}
</style>
border-color css
<style>
span { border-color: #002F2B; }
span { border-color: rgb(0,47,43); }
td.TdClassName
{
border-color: #002F2B;
}
.TagClassName
{
border-color: #002F2B;
}
</style>