Shades of Dark Green #02322F
Tints of Dark Green #02322F
RGB
CMYK
RGB Variations
Color information
#02322F (or 0x02322F) is known color: Dark Green. HEX triplet: 02, 32 and 2F. RGB value is (2,50,47). Sum of RGB (Red+Green+Blue) = 2+50+47=99 (13% of max value = 765). Red value is 2 (1.17% from 255 or 2.02% from 99); Green value is 50 (19.92% from 255 or 50.51% from 99); Blue value is 47 (18.75% from 255 or 47.47% from 99); Max value from RGB is 50 - color contains mainly: green. Hex color #02322F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02322F is #FDCDD0. Grayscale: #232323. Windows color (decimal): -16633297 or 3092994. OLE color: 3092994.
HSL color Cylindrical-coordinate representation of color #02322F: hue angle of 176.25º 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 #02322F is Cyan = 0.96, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 2 | 50 | 47 | - |
| CMYK | 0.96 | 0 | 0.06 | 0.80 |
| HSL | 176.25º | 0.92% | 0.1% | - |
| HSV(B) | 176.25º | 0.96% | 0.2% | - |
| XYZ | 1.68 | 2.5 | 3.08 | - |
| YUV | 35.31 | 134.6 | 104.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 50 | 47 | 0.96 | 0 | 0.06 | 0.80 | 176.25 | 0.92 | 0.1 |
| Hex | 2 | 32 | 2F | 60 | 0 | 6 | 50 | B0 | 5C | A |
| Octal | 2 | 62 | 57 | 140 | 0 | 6 | 120 | 260 | 134 | 12 |
| Binary | 10 | 110010 | 101111 | 1100000 | 0 | 110 | 1010000 | 10110000 | 1011100 | 1010 |
Color Harmonies of #02322F
Complementary color
Monochromatic Colors of #02322F
Black with #02322F
Text Example
Text Example
White with #02322F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02322F; }
p { color: rgb(2,50,47); }
H1.HeaderClassName
{
color: #02322F;
}
.AnyTagClassName
{
color: #02322F;
}
</style>
background-color css
<style>
a { background-color: #02322F; }
a { background-color: rgb(2,50,47); }
div.DivClassName
{
background-color: #02322F;
}
.BgClassName
{
background-color: #02322F;
}
</style>
border-color css
<style>
span { border-color: #02322F; }
span { border-color: rgb(2,50,47); }
td.TdClassName
{
border-color: #02322F;
}
.TagClassName
{
border-color: #02322F;
}
</style>