Shades of Dark Green #033213
Tints of Dark Green #033213
RGB
CMYK
RGB Variations
Color information
#033213 (or 0x033213) is known color: Dark Green. HEX triplet: 03, 32 and 13. RGB value is (3,50,19). Sum of RGB (Red+Green+Blue) = 3+50+19=72 (9% of max value = 765). Red value is 3 (1.56% from 255 or 4.17% from 72); Green value is 50 (19.92% from 255 or 69.44% from 72); Blue value is 19 (7.81% from 255 or 26.39% from 72); Max value from RGB is 50 - color contains mainly: green. Hex color #033213 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #033213 is #FCCDEC. Grayscale: #202020. Windows color (decimal): -16567789 or 1257987. OLE color: 1257987.
HSL color Cylindrical-coordinate representation of color #033213: hue angle of 140.43º degrees, saturation: 0.89, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #033213 is Cyan = 0.94, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 3 | 50 | 19 | - |
| CMYK | 0.94 | 0 | 0.62 | 0.80 |
| HSL | 140.43º | 0.89% | 0.1% | - |
| HSV(B) | 140.43º | 0.94% | 0.2% | - |
| XYZ | 1.3 | 2.35 | 1 | - |
| YUV | 32.41 | 120.43 | 107.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 50 | 19 | 0.94 | 0 | 0.62 | 0.80 | 140.43 | 0.89 | 0.1 |
| Hex | 3 | 32 | 13 | 5E | 0 | 3E | 50 | 8C | 59 | A |
| Octal | 3 | 62 | 23 | 136 | 0 | 76 | 120 | 214 | 131 | 12 |
| Binary | 11 | 110010 | 10011 | 1011110 | 0 | 111110 | 1010000 | 10001100 | 1011001 | 1010 |
Color Harmonies of #033213
Complementary color
Monochromatic Colors of #033213
Black with #033213
Text Example
Text Example
White with #033213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #033213; }
p { color: rgb(3,50,19); }
H1.HeaderClassName
{
color: #033213;
}
.AnyTagClassName
{
color: #033213;
}
</style>
background-color css
<style>
a { background-color: #033213; }
a { background-color: rgb(3,50,19); }
div.DivClassName
{
background-color: #033213;
}
.BgClassName
{
background-color: #033213;
}
</style>
border-color css
<style>
span { border-color: #033213; }
span { border-color: rgb(3,50,19); }
td.TdClassName
{
border-color: #033213;
}
.TagClassName
{
border-color: #033213;
}
</style>