Shades of Dark Green #012F24
Tints of Dark Green #012F24
RGB
CMYK
RGB Variations
Color information
#012F24 (or 0x012F24) is known color: Dark Green. HEX triplet: 01, 2F and 24. RGB value is (1,47,36). Sum of RGB (Red+Green+Blue) = 1+47+36=84 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.19% from 84); Green value is 47 (18.75% from 255 or 55.95% from 84); Blue value is 36 (14.45% from 255 or 42.86% from 84); Max value from RGB is 47 - color contains mainly: green. Hex color #012F24 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012F24 is #FED0DB. Grayscale: #1F1F1F. Windows color (decimal): -16699612 or 2371329. OLE color: 2371329.
HSL color Cylindrical-coordinate representation of color #012F24: hue angle of 165.65º degrees, saturation: 0.96, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #012F24 is Cyan = 0.98, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 1 | 47 | 36 | - |
| CMYK | 0.98 | 0 | 0.23 | 0.82 |
| HSL | 165.65º | 0.96% | 0.09% | - |
| HSV(B) | 165.65º | 0.98% | 0.18% | - |
| XYZ | 1.35 | 2.17 | 2.02 | - |
| YUV | 31.99 | 130.26 | 105.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 47 | 36 | 0.98 | 0 | 0.23 | 0.82 | 165.65 | 0.96 | 0.09 |
| Hex | 1 | 2F | 24 | 62 | 0 | 17 | 52 | A6 | 60 | 9 |
| Octal | 1 | 57 | 44 | 142 | 0 | 27 | 122 | 246 | 140 | 11 |
| Binary | 1 | 101111 | 100100 | 1100010 | 0 | 10111 | 1010010 | 10100110 | 1100000 | 1001 |
Color Harmonies of #012F24
Complementary color
Monochromatic Colors of #012F24
Black with #012F24
Text Example
Text Example
White with #012F24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #012F24; }
p { color: rgb(1,47,36); }
H1.HeaderClassName
{
color: #012F24;
}
.AnyTagClassName
{
color: #012F24;
}
</style>
background-color css
<style>
a { background-color: #012F24; }
a { background-color: rgb(1,47,36); }
div.DivClassName
{
background-color: #012F24;
}
.BgClassName
{
background-color: #012F24;
}
</style>
border-color css
<style>
span { border-color: #012F24; }
span { border-color: rgb(1,47,36); }
td.TdClassName
{
border-color: #012F24;
}
.TagClassName
{
border-color: #012F24;
}
</style>