Shades of Dark Green #02322A
Tints of Dark Green #02322A
RGB
CMYK
RGB Variations
Color information
#02322A (or 0x02322A) is known color: Dark Green. HEX triplet: 02, 32 and 2A. RGB value is (2,50,42). Sum of RGB (Red+Green+Blue) = 2+50+42=94 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.13% from 94); Green value is 50 (19.92% from 255 or 53.19% from 94); Blue value is 42 (16.80% from 255 or 44.68% from 94); Max value from RGB is 50 - color contains mainly: green. Hex color #02322A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02322A is #FDCDD5. Grayscale: #222222. Windows color (decimal): -16633302 or 2765314. OLE color: 2765314.
HSL color Cylindrical-coordinate representation of color #02322A: hue angle of 170º 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 #02322A is Cyan = 0.96, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 2 | 50 | 42 | - |
| CMYK | 0.96 | 0 | 0.16 | 0.80 |
| HSL | 170º | 0.92% | 0.1% | - |
| HSV(B) | 170º | 0.96% | 0.2% | - |
| XYZ | 1.58 | 2.46 | 2.58 | - |
| YUV | 34.74 | 132.1 | 104.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 50 | 42 | 0.96 | 0 | 0.16 | 0.80 | 170 | 0.92 | 0.1 |
| Hex | 2 | 32 | 2A | 60 | 0 | 10 | 50 | AA | 5C | A |
| Octal | 2 | 62 | 52 | 140 | 0 | 20 | 120 | 252 | 134 | 12 |
| Binary | 10 | 110010 | 101010 | 1100000 | 0 | 10000 | 1010000 | 10101010 | 1011100 | 1010 |
Color Harmonies of #02322A
Complementary color
Monochromatic Colors of #02322A
Black with #02322A
Text Example
Text Example
White with #02322A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02322A; }
p { color: rgb(2,50,42); }
H1.HeaderClassName
{
color: #02322A;
}
.AnyTagClassName
{
color: #02322A;
}
</style>
background-color css
<style>
a { background-color: #02322A; }
a { background-color: rgb(2,50,42); }
div.DivClassName
{
background-color: #02322A;
}
.BgClassName
{
background-color: #02322A;
}
</style>
border-color css
<style>
span { border-color: #02322A; }
span { border-color: rgb(2,50,42); }
td.TdClassName
{
border-color: #02322A;
}
.TagClassName
{
border-color: #02322A;
}
</style>