Shades of Dark Green #02241C
Tints of Dark Green #02241C
RGB
CMYK
RGB Variations
Color information
#02241C (or 0x02241C) is known color: Dark Green. HEX triplet: 02, 24 and 1C. RGB value is (2,36,28). Sum of RGB (Red+Green+Blue) = 2+36+28=66 (8% of max value = 765). Red value is 2 (1.17% from 255 or 3.03% from 66); Green value is 36 (14.45% from 255 or 54.55% from 66); Blue value is 28 (11.33% from 255 or 42.42% from 66); Max value from RGB is 36 - color contains mainly: green. Hex color #02241C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02241C is #FDDBE3. Grayscale: #181818. Windows color (decimal): -16636900 or 1844226. OLE color: 1844226.
HSL color Cylindrical-coordinate representation of color #02241C: hue angle of 165.88º 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 #02241C is Cyan = 0.94, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 2 | 36 | 28 | - |
| CMYK | 0.94 | 0 | 0.22 | 0.86 |
| HSL | 165.88º | 0.89% | 0.07% | - |
| HSV(B) | 165.88º | 0.94% | 0.14% | - |
| XYZ | 0.87 | 1.36 | 1.32 | - |
| YUV | 24.92 | 129.74 | 111.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 36 | 28 | 0.94 | 0 | 0.22 | 0.86 | 165.88 | 0.89 | 0.07 |
| Hex | 2 | 24 | 1C | 5E | 0 | 16 | 56 | A6 | 59 | 7 |
| Octal | 2 | 44 | 34 | 136 | 0 | 26 | 126 | 246 | 131 | 7 |
| Binary | 10 | 100100 | 11100 | 1011110 | 0 | 10110 | 1010110 | 10100110 | 1011001 | 111 |
Color Harmonies of #02241C
Complementary color
Monochromatic Colors of #02241C
Black with #02241C
Text Example
Text Example
White with #02241C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02241C; }
p { color: rgb(2,36,28); }
H1.HeaderClassName
{
color: #02241C;
}
.AnyTagClassName
{
color: #02241C;
}
</style>
background-color css
<style>
a { background-color: #02241C; }
a { background-color: rgb(2,36,28); }
div.DivClassName
{
background-color: #02241C;
}
.BgClassName
{
background-color: #02241C;
}
</style>
border-color css
<style>
span { border-color: #02241C; }
span { border-color: rgb(2,36,28); }
td.TdClassName
{
border-color: #02241C;
}
.TagClassName
{
border-color: #02241C;
}
</style>