Shades of Dark Green #03210B
Tints of Dark Green #03210B
RGB
CMYK
RGB Variations
Color information
#03210B (or 0x03210B) is known color: Dark Green. HEX triplet: 03, 21 and 0B. RGB value is (3,33,11). Sum of RGB (Red+Green+Blue) = 3+33+11=47 (6% of max value = 765). Red value is 3 (1.56% from 255 or 6.38% from 47); Green value is 33 (13.28% from 255 or 70.21% from 47); Blue value is 11 (4.69% from 255 or 23.40% from 47); Max value from RGB is 33 - color contains mainly: green. Hex color #03210B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #03210B is #FCDEF4. Grayscale: #151515. Windows color (decimal): -16572149 or 729347. OLE color: 729347.
HSL color Cylindrical-coordinate representation of color #03210B: hue angle of 136º 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 #03210B is Cyan = 0.91, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 3 | 33 | 11 | - |
| CMYK | 0.91 | 0 | 0.67 | 0.87 |
| HSL | 136º | 0.83% | 0.07% | - |
| HSV(B) | 136º | 0.91% | 0.13% | - |
| XYZ | 0.64 | 1.13 | 0.5 | - |
| YUV | 21.52 | 122.06 | 114.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 33 | 11 | 0.91 | 0 | 0.67 | 0.87 | 136 | 0.83 | 0.07 |
| Hex | 3 | 21 | B | 5B | 0 | 43 | 57 | 88 | 53 | 7 |
| Octal | 3 | 41 | 13 | 133 | 0 | 103 | 127 | 210 | 123 | 7 |
| Binary | 11 | 100001 | 1011 | 1011011 | 0 | 1000011 | 1010111 | 10001000 | 1010011 | 111 |
Color Harmonies of #03210B
Complementary color
Monochromatic Colors of #03210B
Black with #03210B
Text Example
Text Example
White with #03210B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03210B; }
p { color: rgb(3,33,11); }
H1.HeaderClassName
{
color: #03210B;
}
.AnyTagClassName
{
color: #03210B;
}
</style>
background-color css
<style>
a { background-color: #03210B; }
a { background-color: rgb(3,33,11); }
div.DivClassName
{
background-color: #03210B;
}
.BgClassName
{
background-color: #03210B;
}
</style>
border-color css
<style>
span { border-color: #03210B; }
span { border-color: rgb(3,33,11); }
td.TdClassName
{
border-color: #03210B;
}
.TagClassName
{
border-color: #03210B;
}
</style>