Shades of Dark Green #00332D
Tints of Dark Green #00332D
RGB
CMYK
RGB Variations
Color information
#00332D (or 0x00332D) is known color: Dark Green. HEX triplet: 00, 33 and 2D. RGB value is (0,51,45). Sum of RGB (Red+Green+Blue) = 0+51+45=96 (12% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 96); Green value is 51 (20.31% from 255 or 53.12% from 96); Blue value is 45 (17.97% from 255 or 46.88% from 96); Max value from RGB is 51 - color contains mainly: green. Hex color #00332D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00332D is #FFCCD2. Grayscale: #232323. Windows color (decimal): -16764115 or 2962176. OLE color: 2962176.
HSL color Cylindrical-coordinate representation of color #00332D: hue angle of 172.94º 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 #00332D is Cyan = 1, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 0 | 51 | 45 | - |
| CMYK | 1 | 0 | 0.12 | 0.8 |
| HSL | 172.94º | 1% | 0.1% | - |
| HSV(B) | 172.94º | 1% | 0.2% | - |
| XYZ | 1.66 | 2.56 | 2.89 | - |
| YUV | 35.07 | 133.6 | 102.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 51 | 45 | 1 | 0 | 0.12 | 0.8 | 172.94 | 1 | 0.1 |
| Hex | 0 | 33 | 2D | 64 | 0 | C | 50 | AD | 64 | A |
| Octal | 0 | 63 | 55 | 144 | 0 | 14 | 120 | 255 | 144 | 12 |
| Binary | 0 | 110011 | 101101 | 1100100 | 0 | 1100 | 1010000 | 10101101 | 1100100 | 1010 |
Color Harmonies of #00332D
Complementary color
Monochromatic Colors of #00332D
Black with #00332D
Text Example
Text Example
White with #00332D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00332D; }
p { color: rgb(0,51,45); }
H1.HeaderClassName
{
color: #00332D;
}
.AnyTagClassName
{
color: #00332D;
}
</style>
background-color css
<style>
a { background-color: #00332D; }
a { background-color: rgb(0,51,45); }
div.DivClassName
{
background-color: #00332D;
}
.BgClassName
{
background-color: #00332D;
}
</style>
border-color css
<style>
span { border-color: #00332D; }
span { border-color: rgb(0,51,45); }
td.TdClassName
{
border-color: #00332D;
}
.TagClassName
{
border-color: #00332D;
}
</style>