Shades of Dark Green #003330
Tints of Dark Green #003330
RGB
CMYK
RGB Variations
Color information
#003330 (or 0x003330) is known color: Dark Green. HEX triplet: 00, 33 and 30. RGB value is (0,51,48). Sum of RGB (Red+Green+Blue) = 0+51+48=99 (13% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 99); Green value is 51 (20.31% from 255 or 51.52% from 99); Blue value is 48 (19.14% from 255 or 48.48% from 99); Max value from RGB is 51 - color contains mainly: green. Hex color #003330 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #003330 is #FFCCCF. Grayscale: #232323. Windows color (decimal): -16764112 or 3158784. OLE color: 3158784.
HSL color Cylindrical-coordinate representation of color #003330: hue angle of 176.47º 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 #003330 is Cyan = 1, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 0 | 51 | 48 | - |
| CMYK | 1 | 0 | 0.06 | 0.8 |
| HSL | 176.47º | 1% | 0.1% | - |
| HSV(B) | 176.47º | 1% | 0.2% | - |
| XYZ | 1.72 | 2.58 | 3.2 | - |
| YUV | 35.41 | 135.1 | 102.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 51 | 48 | 1 | 0 | 0.06 | 0.8 | 176.47 | 1 | 0.1 |
| Hex | 0 | 33 | 30 | 64 | 0 | 6 | 50 | B0 | 64 | A |
| Octal | 0 | 63 | 60 | 144 | 0 | 6 | 120 | 260 | 144 | 12 |
| Binary | 0 | 110011 | 110000 | 1100100 | 0 | 110 | 1010000 | 10110000 | 1100100 | 1010 |
Color Harmonies of #003330
Complementary color
Monochromatic Colors of #003330
Black with #003330
Text Example
Text Example
White with #003330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003330; }
p { color: rgb(0,51,48); }
H1.HeaderClassName
{
color: #003330;
}
.AnyTagClassName
{
color: #003330;
}
</style>
background-color css
<style>
a { background-color: #003330; }
a { background-color: rgb(0,51,48); }
div.DivClassName
{
background-color: #003330;
}
.BgClassName
{
background-color: #003330;
}
</style>
border-color css
<style>
span { border-color: #003330; }
span { border-color: rgb(0,51,48); }
td.TdClassName
{
border-color: #003330;
}
.TagClassName
{
border-color: #003330;
}
</style>