Shades of Dark Green #03210F
Tints of Dark Green #03210F
RGB
CMYK
RGB Variations
Color information
#03210F (or 0x03210F) is known color: Dark Green. HEX triplet: 03, 21 and 0F. RGB value is (3,33,15). Sum of RGB (Red+Green+Blue) = 3+33+15=51 (6% of max value = 765). Red value is 3 (1.56% from 255 or 5.88% from 51); Green value is 33 (13.28% from 255 or 64.71% from 51); Blue value is 15 (6.25% from 255 or 29.41% from 51); Max value from RGB is 33 - color contains mainly: green. Hex color #03210F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #03210F is #FCDEF0. Grayscale: #161616. Windows color (decimal): -16572145 or 991491. OLE color: 991491.
HSL color Cylindrical-coordinate representation of color #03210F: hue angle of 144º 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 #03210F is Cyan = 0.91, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 3 | 33 | 15 | - |
| CMYK | 0.91 | 0 | 0.55 | 0.87 |
| HSL | 144º | 0.83% | 0.07% | - |
| HSV(B) | 144º | 0.91% | 0.13% | - |
| XYZ | 0.67 | 1.14 | 0.64 | - |
| YUV | 21.98 | 124.06 | 114.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 33 | 15 | 0.91 | 0 | 0.55 | 0.87 | 144 | 0.83 | 0.07 |
| Hex | 3 | 21 | F | 5B | 0 | 37 | 57 | 90 | 53 | 7 |
| Octal | 3 | 41 | 17 | 133 | 0 | 67 | 127 | 220 | 123 | 7 |
| Binary | 11 | 100001 | 1111 | 1011011 | 0 | 110111 | 1010111 | 10010000 | 1010011 | 111 |
Color Harmonies of #03210F
Complementary color
Monochromatic Colors of #03210F
Black with #03210F
Text Example
Text Example
White with #03210F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03210F; }
p { color: rgb(3,33,15); }
H1.HeaderClassName
{
color: #03210F;
}
.AnyTagClassName
{
color: #03210F;
}
</style>
background-color css
<style>
a { background-color: #03210F; }
a { background-color: rgb(3,33,15); }
div.DivClassName
{
background-color: #03210F;
}
.BgClassName
{
background-color: #03210F;
}
</style>
border-color css
<style>
span { border-color: #03210F; }
span { border-color: rgb(3,33,15); }
td.TdClassName
{
border-color: #03210F;
}
.TagClassName
{
border-color: #03210F;
}
</style>