Shades of Dark Green #00332F
Tints of Dark Green #00332F
RGB
CMYK
RGB Variations
Color information
#00332F (or 0x00332F) is known color: Dark Green. HEX triplet: 00, 33 and 2F. RGB value is (0,51,47). Sum of RGB (Red+Green+Blue) = 0+51+47=98 (12% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 98); Green value is 51 (20.31% from 255 or 52.04% from 98); Blue value is 47 (18.75% from 255 or 47.96% from 98); Max value from RGB is 51 - color contains mainly: green. Hex color #00332F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00332F is #FFCCD0. Grayscale: #232323. Windows color (decimal): -16764113 or 3093248. OLE color: 3093248.
HSL color Cylindrical-coordinate representation of color #00332F: hue angle of 175.29º 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 #00332F is Cyan = 1, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 0 | 51 | 47 | - |
| CMYK | 1 | 0 | 0.08 | 0.8 |
| HSL | 175.29º | 1% | 0.1% | - |
| HSV(B) | 175.29º | 1% | 0.2% | - |
| XYZ | 1.7 | 2.57 | 3.1 | - |
| YUV | 35.3 | 134.6 | 102.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 51 | 47 | 1 | 0 | 0.08 | 0.8 | 175.29 | 1 | 0.1 |
| Hex | 0 | 33 | 2F | 64 | 0 | 8 | 50 | AF | 64 | A |
| Octal | 0 | 63 | 57 | 144 | 0 | 10 | 120 | 257 | 144 | 12 |
| Binary | 0 | 110011 | 101111 | 1100100 | 0 | 1000 | 1010000 | 10101111 | 1100100 | 1010 |
Color Harmonies of #00332F
Complementary color
Monochromatic Colors of #00332F
Black with #00332F
Text Example
Text Example
White with #00332F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00332F; }
p { color: rgb(0,51,47); }
H1.HeaderClassName
{
color: #00332F;
}
.AnyTagClassName
{
color: #00332F;
}
</style>
background-color css
<style>
a { background-color: #00332F; }
a { background-color: rgb(0,51,47); }
div.DivClassName
{
background-color: #00332F;
}
.BgClassName
{
background-color: #00332F;
}
</style>
border-color css
<style>
span { border-color: #00332F; }
span { border-color: rgb(0,51,47); }
td.TdClassName
{
border-color: #00332F;
}
.TagClassName
{
border-color: #00332F;
}
</style>