Shades of Dark Green #00332A
Tints of Dark Green #00332A
RGB
CMYK
RGB Variations
Color information
#00332A (or 0x00332A) is known color: Dark Green. HEX triplet: 00, 33 and 2A. RGB value is (0,51,42). Sum of RGB (Red+Green+Blue) = 0+51+42=93 (12% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 93); Green value is 51 (20.31% from 255 or 54.84% from 93); Blue value is 42 (16.80% from 255 or 45.16% from 93); Max value from RGB is 51 - color contains mainly: green. Hex color #00332A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00332A is #FFCCD5. Grayscale: #222222. Windows color (decimal): -16764118 or 2765568. OLE color: 2765568.
HSL color Cylindrical-coordinate representation of color #00332A: hue angle of 169.41º 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 #00332A is Cyan = 1, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 0 | 51 | 42 | - |
| CMYK | 1 | 0 | 0.18 | 0.8 |
| HSL | 169.41º | 1% | 0.1% | - |
| HSV(B) | 169.41º | 1% | 0.2% | - |
| XYZ | 1.6 | 2.53 | 2.6 | - |
| YUV | 34.73 | 132.1 | 103.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 51 | 42 | 1 | 0 | 0.18 | 0.8 | 169.41 | 1 | 0.1 |
| Hex | 0 | 33 | 2A | 64 | 0 | 12 | 50 | A9 | 64 | A |
| Octal | 0 | 63 | 52 | 144 | 0 | 22 | 120 | 251 | 144 | 12 |
| Binary | 0 | 110011 | 101010 | 1100100 | 0 | 10010 | 1010000 | 10101001 | 1100100 | 1010 |
Color Harmonies of #00332A
Complementary color
Monochromatic Colors of #00332A
Black with #00332A
Text Example
Text Example
White with #00332A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00332A; }
p { color: rgb(0,51,42); }
H1.HeaderClassName
{
color: #00332A;
}
.AnyTagClassName
{
color: #00332A;
}
</style>
background-color css
<style>
a { background-color: #00332A; }
a { background-color: rgb(0,51,42); }
div.DivClassName
{
background-color: #00332A;
}
.BgClassName
{
background-color: #00332A;
}
</style>
border-color css
<style>
span { border-color: #00332A; }
span { border-color: rgb(0,51,42); }
td.TdClassName
{
border-color: #00332A;
}
.TagClassName
{
border-color: #00332A;
}
</style>