Shades of Dark Green #02241E
Tints of Dark Green #02241E
RGB
CMYK
RGB Variations
Color information
#02241E (or 0x02241E) is known color: Dark Green. HEX triplet: 02, 24 and 1E. RGB value is (2,36,30). Sum of RGB (Red+Green+Blue) = 2+36+30=68 (9% of max value = 765). Red value is 2 (1.17% from 255 or 2.94% from 68); Green value is 36 (14.45% from 255 or 52.94% from 68); Blue value is 30 (12.11% from 255 or 44.12% from 68); Max value from RGB is 36 - color contains mainly: green. Hex color #02241E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02241E is #FDDBE1. Grayscale: #191919. Windows color (decimal): -16636898 or 1975298. OLE color: 1975298.
HSL color Cylindrical-coordinate representation of color #02241E: hue angle of 169.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 #02241E is Cyan = 0.94, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 2 | 36 | 30 | - |
| CMYK | 0.94 | 0 | 0.17 | 0.86 |
| HSL | 169.41º | 0.89% | 0.07% | - |
| HSV(B) | 169.41º | 0.94% | 0.14% | - |
| XYZ | 0.89 | 1.37 | 1.45 | - |
| YUV | 25.15 | 130.74 | 111.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 36 | 30 | 0.94 | 0 | 0.17 | 0.86 | 169.41 | 0.89 | 0.07 |
| Hex | 2 | 24 | 1E | 5E | 0 | 11 | 56 | A9 | 59 | 7 |
| Octal | 2 | 44 | 36 | 136 | 0 | 21 | 126 | 251 | 131 | 7 |
| Binary | 10 | 100100 | 11110 | 1011110 | 0 | 10001 | 1010110 | 10101001 | 1011001 | 111 |
Color Harmonies of #02241E
Complementary color
Monochromatic Colors of #02241E
Black with #02241E
Text Example
Text Example
White with #02241E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02241E; }
p { color: rgb(2,36,30); }
H1.HeaderClassName
{
color: #02241E;
}
.AnyTagClassName
{
color: #02241E;
}
</style>
background-color css
<style>
a { background-color: #02241E; }
a { background-color: rgb(2,36,30); }
div.DivClassName
{
background-color: #02241E;
}
.BgClassName
{
background-color: #02241E;
}
</style>
border-color css
<style>
span { border-color: #02241E; }
span { border-color: rgb(2,36,30); }
td.TdClassName
{
border-color: #02241E;
}
.TagClassName
{
border-color: #02241E;
}
</style>