Shades of Dark Green #03210D
Tints of Dark Green #03210D
RGB
CMYK
RGB Variations
Color information
#03210D (or 0x03210D) is known color: Dark Green. HEX triplet: 03, 21 and 0D. RGB value is (3,33,13). Sum of RGB (Red+Green+Blue) = 3+33+13=49 (6% of max value = 765). Red value is 3 (1.56% from 255 or 6.12% from 49); Green value is 33 (13.28% from 255 or 67.35% from 49); Blue value is 13 (5.47% from 255 or 26.53% from 49); Max value from RGB is 33 - color contains mainly: green. Hex color #03210D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #03210D is #FCDEF2. Grayscale: #151515. Windows color (decimal): -16572147 or 860419. OLE color: 860419.
HSL color Cylindrical-coordinate representation of color #03210D: hue angle of 140º degrees, saturation: 0.83, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #03210D is Cyan = 0.91, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 3 | 33 | 13 | - |
| CMYK | 0.91 | 0 | 0.61 | 0.87 |
| HSL | 140º | 0.83% | 0.07% | - |
| HSV(B) | 140º | 0.91% | 0.13% | - |
| XYZ | 0.65 | 1.14 | 0.57 | - |
| YUV | 21.75 | 123.06 | 114.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 33 | 13 | 0.91 | 0 | 0.61 | 0.87 | 140 | 0.83 | 0.07 |
| Hex | 3 | 21 | D | 5B | 0 | 3D | 57 | 8C | 53 | 7 |
| Octal | 3 | 41 | 15 | 133 | 0 | 75 | 127 | 214 | 123 | 7 |
| Binary | 11 | 100001 | 1101 | 1011011 | 0 | 111101 | 1010111 | 10001100 | 1010011 | 111 |
Color Harmonies of #03210D
Complementary color
Monochromatic Colors of #03210D
Black with #03210D
Text Example
Text Example
White with #03210D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03210D; }
p { color: rgb(3,33,13); }
H1.HeaderClassName
{
color: #03210D;
}
.AnyTagClassName
{
color: #03210D;
}
</style>
background-color css
<style>
a { background-color: #03210D; }
a { background-color: rgb(3,33,13); }
div.DivClassName
{
background-color: #03210D;
}
.BgClassName
{
background-color: #03210D;
}
</style>
border-color css
<style>
span { border-color: #03210D; }
span { border-color: rgb(3,33,13); }
td.TdClassName
{
border-color: #03210D;
}
.TagClassName
{
border-color: #03210D;
}
</style>