Shades of Dark Green #02321E
Tints of Dark Green #02321E
RGB
CMYK
RGB Variations
Color information
#02321E (or 0x02321E) is known color: Dark Green. HEX triplet: 02, 32 and 1E. RGB value is (2,50,30). Sum of RGB (Red+Green+Blue) = 2+50+30=82 (10% of max value = 765). Red value is 2 (1.17% from 255 or 2.44% from 82); Green value is 50 (19.92% from 255 or 60.98% from 82); Blue value is 30 (12.11% from 255 or 36.59% from 82); Max value from RGB is 50 - color contains mainly: green. Hex color #02321E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02321E is #FDCDE1. Grayscale: #212121. Windows color (decimal): -16633314 or 1978882. OLE color: 1978882.
HSL color Cylindrical-coordinate representation of color #02321E: hue angle of 155º degrees, saturation: 0.92, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #02321E is Cyan = 0.96, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 2 | 50 | 30 | - |
| CMYK | 0.96 | 0 | 0.40 | 0.80 |
| HSL | 155º | 0.92% | 0.1% | - |
| HSV(B) | 155º | 0.96% | 0.2% | - |
| XYZ | 1.4 | 2.39 | 1.62 | - |
| YUV | 33.37 | 126.1 | 105.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 50 | 30 | 0.96 | 0 | 0.40 | 0.80 | 155 | 0.92 | 0.1 |
| Hex | 2 | 32 | 1E | 60 | 0 | 28 | 50 | 9B | 5C | A |
| Octal | 2 | 62 | 36 | 140 | 0 | 50 | 120 | 233 | 134 | 12 |
| Binary | 10 | 110010 | 11110 | 1100000 | 0 | 101000 | 1010000 | 10011011 | 1011100 | 1010 |
Color Harmonies of #02321E
Complementary color
Monochromatic Colors of #02321E
Black with #02321E
Text Example
Text Example
White with #02321E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02321E; }
p { color: rgb(2,50,30); }
H1.HeaderClassName
{
color: #02321E;
}
.AnyTagClassName
{
color: #02321E;
}
</style>
background-color css
<style>
a { background-color: #02321E; }
a { background-color: rgb(2,50,30); }
div.DivClassName
{
background-color: #02321E;
}
.BgClassName
{
background-color: #02321E;
}
</style>
border-color css
<style>
span { border-color: #02321E; }
span { border-color: rgb(2,50,30); }
td.TdClassName
{
border-color: #02321E;
}
.TagClassName
{
border-color: #02321E;
}
</style>