Shades of Dark Green #02291C
Tints of Dark Green #02291C
RGB
CMYK
RGB Variations
Color information
#02291C (or 0x02291C) is known color: Dark Green. HEX triplet: 02, 29 and 1C. RGB value is (2,41,28). Sum of RGB (Red+Green+Blue) = 2+41+28=71 (9% of max value = 765). Red value is 2 (1.17% from 255 or 2.82% from 71); Green value is 41 (16.41% from 255 or 57.75% from 71); Blue value is 28 (11.33% from 255 or 39.44% from 71); Max value from RGB is 41 - color contains mainly: green. Hex color #02291C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02291C is #FDD6E3. Grayscale: #1B1B1B. Windows color (decimal): -16635620 or 1845506. OLE color: 1845506.
HSL color Cylindrical-coordinate representation of color #02291C: hue angle of 160º degrees, saturation: 0.91, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #02291C is Cyan = 0.95, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 2 | 41 | 28 | - |
| CMYK | 0.95 | 0 | 0.32 | 0.84 |
| HSL | 160º | 0.91% | 0.08% | - |
| HSV(B) | 160º | 0.95% | 0.16% | - |
| XYZ | 1.03 | 1.68 | 1.37 | - |
| YUV | 27.86 | 128.08 | 109.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 41 | 28 | 0.95 | 0 | 0.32 | 0.84 | 160 | 0.91 | 0.08 |
| Hex | 2 | 29 | 1C | 5F | 0 | 20 | 54 | A0 | 5B | 8 |
| Octal | 2 | 51 | 34 | 137 | 0 | 40 | 124 | 240 | 133 | 10 |
| Binary | 10 | 101001 | 11100 | 1011111 | 0 | 100000 | 1010100 | 10100000 | 1011011 | 1000 |
Color Harmonies of #02291C
Complementary color
Monochromatic Colors of #02291C
Black with #02291C
Text Example
Text Example
White with #02291C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02291C; }
p { color: rgb(2,41,28); }
H1.HeaderClassName
{
color: #02291C;
}
.AnyTagClassName
{
color: #02291C;
}
</style>
background-color css
<style>
a { background-color: #02291C; }
a { background-color: rgb(2,41,28); }
div.DivClassName
{
background-color: #02291C;
}
.BgClassName
{
background-color: #02291C;
}
</style>
border-color css
<style>
span { border-color: #02291C; }
span { border-color: rgb(2,41,28); }
td.TdClassName
{
border-color: #02291C;
}
.TagClassName
{
border-color: #02291C;
}
</style>