Shades of Dark Green #03220F
Tints of Dark Green #03220F
RGB
CMYK
RGB Variations
Color information
#03220F (or 0x03220F) is known color: Dark Green. HEX triplet: 03, 22 and 0F. RGB value is (3,34,15). Sum of RGB (Red+Green+Blue) = 3+34+15=52 (6% of max value = 765). Red value is 3 (1.56% from 255 or 5.77% from 52); Green value is 34 (13.67% from 255 or 65.38% from 52); Blue value is 15 (6.25% from 255 or 28.85% from 52); Max value from RGB is 34 - color contains mainly: green. Hex color #03220F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #03220F is #FCDDF0. Grayscale: #161616. Windows color (decimal): -16571889 or 991747. OLE color: 991747.
HSL color Cylindrical-coordinate representation of color #03220F: hue angle of 143.23º degrees, saturation: 0.84, 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 #03220F is Cyan = 0.91, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 3 | 34 | 15 | - |
| CMYK | 0.91 | 0 | 0.56 | 0.87 |
| HSL | 143.23º | 0.84% | 0.07% | - |
| HSV(B) | 143.23º | 0.91% | 0.13% | - |
| XYZ | 0.7 | 1.2 | 0.65 | - |
| YUV | 22.57 | 123.73 | 114.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 34 | 15 | 0.91 | 0 | 0.56 | 0.87 | 143.23 | 0.84 | 0.07 |
| Hex | 3 | 22 | F | 5B | 0 | 38 | 57 | 8F | 54 | 7 |
| Octal | 3 | 42 | 17 | 133 | 0 | 70 | 127 | 217 | 124 | 7 |
| Binary | 11 | 100010 | 1111 | 1011011 | 0 | 111000 | 1010111 | 10001111 | 1010100 | 111 |
Color Harmonies of #03220F
Complementary color
Monochromatic Colors of #03220F
Black with #03220F
Text Example
Text Example
White with #03220F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03220F; }
p { color: rgb(3,34,15); }
H1.HeaderClassName
{
color: #03220F;
}
.AnyTagClassName
{
color: #03220F;
}
</style>
background-color css
<style>
a { background-color: #03220F; }
a { background-color: rgb(3,34,15); }
div.DivClassName
{
background-color: #03220F;
}
.BgClassName
{
background-color: #03220F;
}
</style>
border-color css
<style>
span { border-color: #03220F; }
span { border-color: rgb(3,34,15); }
td.TdClassName
{
border-color: #03220F;
}
.TagClassName
{
border-color: #03220F;
}
</style>