Shades of Dark Green #02240E
Tints of Dark Green #02240E
RGB
CMYK
RGB Variations
Color information
#02240E (or 0x02240E) is known color: Dark Green. HEX triplet: 02, 24 and 0E. RGB value is (2,36,14). Sum of RGB (Red+Green+Blue) = 2+36+14=52 (6% of max value = 765). Red value is 2 (1.17% from 255 or 3.85% from 52); Green value is 36 (14.45% from 255 or 69.23% from 52); Blue value is 14 (5.86% from 255 or 26.92% from 52); Max value from RGB is 36 - color contains mainly: green. Hex color #02240E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #02240E is #FDDBF1. Grayscale: #171717. Windows color (decimal): -16636914 or 926722. OLE color: 926722.
HSL color Cylindrical-coordinate representation of color #02240E: hue angle of 141.18º degrees, saturation: 0.89, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #02240E is Cyan = 0.94, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 2 | 36 | 14 | - |
| CMYK | 0.94 | 0 | 0.61 | 0.86 |
| HSL | 141.18º | 0.89% | 0.07% | - |
| HSV(B) | 141.18º | 0.94% | 0.14% | - |
| XYZ | 0.74 | 1.31 | 0.63 | - |
| YUV | 23.33 | 122.74 | 112.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 36 | 14 | 0.94 | 0 | 0.61 | 0.86 | 141.18 | 0.89 | 0.07 |
| Hex | 2 | 24 | E | 5E | 0 | 3D | 56 | 8D | 59 | 7 |
| Octal | 2 | 44 | 16 | 136 | 0 | 75 | 126 | 215 | 131 | 7 |
| Binary | 10 | 100100 | 1110 | 1011110 | 0 | 111101 | 1010110 | 10001101 | 1011001 | 111 |
Color Harmonies of #02240E
Complementary color
Monochromatic Colors of #02240E
Black with #02240E
Text Example
Text Example
White with #02240E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02240E; }
p { color: rgb(2,36,14); }
H1.HeaderClassName
{
color: #02240E;
}
.AnyTagClassName
{
color: #02240E;
}
</style>
background-color css
<style>
a { background-color: #02240E; }
a { background-color: rgb(2,36,14); }
div.DivClassName
{
background-color: #02240E;
}
.BgClassName
{
background-color: #02240E;
}
</style>
border-color css
<style>
span { border-color: #02240E; }
span { border-color: rgb(2,36,14); }
td.TdClassName
{
border-color: #02240E;
}
.TagClassName
{
border-color: #02240E;
}
</style>