Shades of Dark Green #002F24
Tints of Dark Green #002F24
RGB
CMYK
RGB Variations
Color information
#002F24 (or 0x002F24) is known color: Dark Green. HEX triplet: 00, 2F and 24. RGB value is (0,47,36). Sum of RGB (Red+Green+Blue) = 0+47+36=83 (10% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 83); Green value is 47 (18.75% from 255 or 56.63% from 83); Blue value is 36 (14.45% from 255 or 43.37% from 83); Max value from RGB is 47 - color contains mainly: green. Hex color #002F24 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #002F24 is #FFD0DB. Grayscale: #1F1F1F. Windows color (decimal): -16765148 or 2371328. OLE color: 2371328.
HSL color Cylindrical-coordinate representation of color #002F24: hue angle of 165.96º 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 #002F24 is Cyan = 1, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 0 | 47 | 36 | - |
| CMYK | 1 | 0 | 0.23 | 0.82 |
| HSL | 165.96º | 1% | 0.09% | - |
| HSV(B) | 165.96º | 1% | 0.18% | - |
| XYZ | 1.33 | 2.16 | 2.02 | - |
| YUV | 31.69 | 130.43 | 105.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 47 | 36 | 1 | 0 | 0.23 | 0.82 | 165.96 | 1 | 0.09 |
| Hex | 0 | 2F | 24 | 64 | 0 | 17 | 52 | A6 | 64 | 9 |
| Octal | 0 | 57 | 44 | 144 | 0 | 27 | 122 | 246 | 144 | 11 |
| Binary | 0 | 101111 | 100100 | 1100100 | 0 | 10111 | 1010010 | 10100110 | 1100100 | 1001 |
Color Harmonies of #002F24
Complementary color
Monochromatic Colors of #002F24
Black with #002F24
Text Example
Text Example
White with #002F24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002F24; }
p { color: rgb(0,47,36); }
H1.HeaderClassName
{
color: #002F24;
}
.AnyTagClassName
{
color: #002F24;
}
</style>
background-color css
<style>
a { background-color: #002F24; }
a { background-color: rgb(0,47,36); }
div.DivClassName
{
background-color: #002F24;
}
.BgClassName
{
background-color: #002F24;
}
</style>
border-color css
<style>
span { border-color: #002F24; }
span { border-color: rgb(0,47,36); }
td.TdClassName
{
border-color: #002F24;
}
.TagClassName
{
border-color: #002F24;
}
</style>