Shades of Dark Green #03210A
Tints of Dark Green #03210A
RGB
CMYK
RGB Variations
Color information
#03210A (or 0x03210A) is known color: Dark Green. HEX triplet: 03, 21 and 0A. RGB value is (3,33,10). Sum of RGB (Red+Green+Blue) = 3+33+10=46 (6% of max value = 765). Red value is 3 (1.56% from 255 or 6.52% from 46); Green value is 33 (13.28% from 255 or 71.74% from 46); Blue value is 10 (4.30% from 255 or 21.74% from 46); Max value from RGB is 33 - color contains mainly: green. Hex color #03210A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #03210A is #FCDEF5. Grayscale: #151515. Windows color (decimal): -16572150 or 663811. OLE color: 663811.
HSL color Cylindrical-coordinate representation of color #03210A: hue angle of 134º 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 #03210A is Cyan = 0.91, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 3 | 33 | 10 | - |
| CMYK | 0.91 | 0 | 0.70 | 0.87 |
| HSL | 134º | 0.83% | 0.07% | - |
| HSV(B) | 134º | 0.91% | 0.13% | - |
| XYZ | 0.64 | 1.13 | 0.47 | - |
| YUV | 21.41 | 121.56 | 114.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 33 | 10 | 0.91 | 0 | 0.70 | 0.87 | 134 | 0.83 | 0.07 |
| Hex | 3 | 21 | A | 5B | 0 | 46 | 57 | 86 | 53 | 7 |
| Octal | 3 | 41 | 12 | 133 | 0 | 106 | 127 | 206 | 123 | 7 |
| Binary | 11 | 100001 | 1010 | 1011011 | 0 | 1000110 | 1010111 | 10000110 | 1010011 | 111 |
Color Harmonies of #03210A
Complementary color
Monochromatic Colors of #03210A
Black with #03210A
Text Example
Text Example
White with #03210A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03210A; }
p { color: rgb(3,33,10); }
H1.HeaderClassName
{
color: #03210A;
}
.AnyTagClassName
{
color: #03210A;
}
</style>
background-color css
<style>
a { background-color: #03210A; }
a { background-color: rgb(3,33,10); }
div.DivClassName
{
background-color: #03210A;
}
.BgClassName
{
background-color: #03210A;
}
</style>
border-color css
<style>
span { border-color: #03210A; }
span { border-color: rgb(3,33,10); }
td.TdClassName
{
border-color: #03210A;
}
.TagClassName
{
border-color: #03210A;
}
</style>