Shades of Dark Green #02322E
Tints of Dark Green #02322E
RGB
CMYK
RGB Variations
Color information
#02322E (or 0x02322E) is known color: Dark Green. HEX triplet: 02, 32 and 2E. RGB value is (2,50,46). Sum of RGB (Red+Green+Blue) = 2+50+46=98 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.04% from 98); Green value is 50 (19.92% from 255 or 51.02% from 98); Blue value is 46 (18.36% from 255 or 46.94% from 98); Max value from RGB is 50 - color contains mainly: green. Hex color #02322E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02322E is #FDCDD1. Grayscale: #232323. Windows color (decimal): -16633298 or 3027458. OLE color: 3027458.
HSL color Cylindrical-coordinate representation of color #02322E: hue angle of 175º 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 #02322E is Cyan = 0.96, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 2 | 50 | 46 | - |
| CMYK | 0.96 | 0 | 0.08 | 0.80 |
| HSL | 175º | 0.92% | 0.1% | - |
| HSV(B) | 175º | 0.96% | 0.2% | - |
| XYZ | 1.66 | 2.49 | 2.98 | - |
| YUV | 35.19 | 134.1 | 104.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 50 | 46 | 0.96 | 0 | 0.08 | 0.80 | 175 | 0.92 | 0.1 |
| Hex | 2 | 32 | 2E | 60 | 0 | 8 | 50 | AF | 5C | A |
| Octal | 2 | 62 | 56 | 140 | 0 | 10 | 120 | 257 | 134 | 12 |
| Binary | 10 | 110010 | 101110 | 1100000 | 0 | 1000 | 1010000 | 10101111 | 1011100 | 1010 |
Color Harmonies of #02322E
Complementary color
Monochromatic Colors of #02322E
Black with #02322E
Text Example
Text Example
White with #02322E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02322E; }
p { color: rgb(2,50,46); }
H1.HeaderClassName
{
color: #02322E;
}
.AnyTagClassName
{
color: #02322E;
}
</style>
background-color css
<style>
a { background-color: #02322E; }
a { background-color: rgb(2,50,46); }
div.DivClassName
{
background-color: #02322E;
}
.BgClassName
{
background-color: #02322E;
}
</style>
border-color css
<style>
span { border-color: #02322E; }
span { border-color: rgb(2,50,46); }
td.TdClassName
{
border-color: #02322E;
}
.TagClassName
{
border-color: #02322E;
}
</style>