Shades of Dark Green #02240D
Tints of Dark Green #02240D
RGB
CMYK
RGB Variations
Color information
#02240D (or 0x02240D) is known color: Dark Green. HEX triplet: 02, 24 and 0D. RGB value is (2,36,13). Sum of RGB (Red+Green+Blue) = 2+36+13=51 (6% of max value = 765). Red value is 2 (1.17% from 255 or 3.92% from 51); Green value is 36 (14.45% from 255 or 70.59% from 51); Blue value is 13 (5.47% from 255 or 25.49% from 51); Max value from RGB is 36 - color contains mainly: green. Hex color #02240D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #02240D is #FDDBF2. Grayscale: #171717. Windows color (decimal): -16636915 or 861186. OLE color: 861186.
HSL color Cylindrical-coordinate representation of color #02240D: hue angle of 139.41º 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 #02240D is Cyan = 0.94, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 2 | 36 | 13 | - |
| CMYK | 0.94 | 0 | 0.64 | 0.86 |
| HSL | 139.41º | 0.89% | 0.07% | - |
| HSV(B) | 139.41º | 0.94% | 0.14% | - |
| XYZ | 0.73 | 1.3 | 0.59 | - |
| YUV | 23.21 | 122.24 | 112.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 36 | 13 | 0.94 | 0 | 0.64 | 0.86 | 139.41 | 0.89 | 0.07 |
| Hex | 2 | 24 | D | 5E | 0 | 40 | 56 | 8B | 59 | 7 |
| Octal | 2 | 44 | 15 | 136 | 0 | 100 | 126 | 213 | 131 | 7 |
| Binary | 10 | 100100 | 1101 | 1011110 | 0 | 1000000 | 1010110 | 10001011 | 1011001 | 111 |
Color Harmonies of #02240D
Complementary color
Monochromatic Colors of #02240D
Black with #02240D
Text Example
Text Example
White with #02240D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02240D; }
p { color: rgb(2,36,13); }
H1.HeaderClassName
{
color: #02240D;
}
.AnyTagClassName
{
color: #02240D;
}
</style>
background-color css
<style>
a { background-color: #02240D; }
a { background-color: rgb(2,36,13); }
div.DivClassName
{
background-color: #02240D;
}
.BgClassName
{
background-color: #02240D;
}
</style>
border-color css
<style>
span { border-color: #02240D; }
span { border-color: rgb(2,36,13); }
td.TdClassName
{
border-color: #02240D;
}
.TagClassName
{
border-color: #02240D;
}
</style>