Shades of Dark Green #00322A
Tints of Dark Green #00322A
RGB
CMYK
RGB Variations
Color information
#00322A (or 0x00322A) is known color: Dark Green. HEX triplet: 00, 32 and 2A. RGB value is (0,50,42). Sum of RGB (Red+Green+Blue) = 0+50+42=92 (12% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 92); Green value is 50 (19.92% from 255 or 54.35% from 92); Blue value is 42 (16.80% from 255 or 45.65% from 92); Max value from RGB is 50 - color contains mainly: green. Hex color #00322A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00322A is #FFCDD5. Grayscale: #222222. Windows color (decimal): -16764374 or 2765312. OLE color: 2765312.
HSL color Cylindrical-coordinate representation of color #00322A: hue angle of 170.4º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00322A is Cyan = 1, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 0 | 50 | 42 | - |
| CMYK | 1 | 0 | 0.16 | 0.80 |
| HSL | 170.4º | 1% | 0.1% | - |
| HSV(B) | 170.4º | 1% | 0.2% | - |
| XYZ | 1.56 | 2.45 | 2.58 | - |
| YUV | 34.14 | 132.44 | 103.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 50 | 42 | 1 | 0 | 0.16 | 0.80 | 170.4 | 1 | 0.1 |
| Hex | 0 | 32 | 2A | 64 | 0 | 10 | 50 | AA | 64 | A |
| Octal | 0 | 62 | 52 | 144 | 0 | 20 | 120 | 252 | 144 | 12 |
| Binary | 0 | 110010 | 101010 | 1100100 | 0 | 10000 | 1010000 | 10101010 | 1100100 | 1010 |
Color Harmonies of #00322A
Complementary color
Monochromatic Colors of #00322A
Black with #00322A
Text Example
Text Example
White with #00322A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00322A; }
p { color: rgb(0,50,42); }
H1.HeaderClassName
{
color: #00322A;
}
.AnyTagClassName
{
color: #00322A;
}
</style>
background-color css
<style>
a { background-color: #00322A; }
a { background-color: rgb(0,50,42); }
div.DivClassName
{
background-color: #00322A;
}
.BgClassName
{
background-color: #00322A;
}
</style>
border-color css
<style>
span { border-color: #00322A; }
span { border-color: rgb(0,50,42); }
td.TdClassName
{
border-color: #00322A;
}
.TagClassName
{
border-color: #00322A;
}
</style>