Shades of Dark Green #03221A
Tints of Dark Green #03221A
RGB
CMYK
RGB Variations
Color information
#03221A (or 0x03221A) is known color: Dark Green. HEX triplet: 03, 22 and 1A. RGB value is (3,34,26). Sum of RGB (Red+Green+Blue) = 3+34+26=63 (8% of max value = 765). Red value is 3 (1.56% from 255 or 4.76% from 63); Green value is 34 (13.67% from 255 or 53.97% from 63); Blue value is 26 (10.55% from 255 or 41.27% from 63); Max value from RGB is 34 - color contains mainly: green. Hex color #03221A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03221A is #FCDDE5. Grayscale: #171717. Windows color (decimal): -16571878 or 1712643. OLE color: 1712643.
HSL color Cylindrical-coordinate representation of color #03221A: hue angle of 164.52º 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 #03221A is Cyan = 0.91, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 3 | 34 | 26 | - |
| CMYK | 0.91 | 0 | 0.24 | 0.87 |
| HSL | 164.52º | 0.84% | 0.07% | - |
| HSV(B) | 164.52º | 0.91% | 0.13% | - |
| XYZ | 0.8 | 1.24 | 1.17 | - |
| YUV | 23.82 | 129.23 | 113.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 34 | 26 | 0.91 | 0 | 0.24 | 0.87 | 164.52 | 0.84 | 0.07 |
| Hex | 3 | 22 | 1A | 5B | 0 | 18 | 57 | A5 | 54 | 7 |
| Octal | 3 | 42 | 32 | 133 | 0 | 30 | 127 | 245 | 124 | 7 |
| Binary | 11 | 100010 | 11010 | 1011011 | 0 | 11000 | 1010111 | 10100101 | 1010100 | 111 |
Color Harmonies of #03221A
Complementary color
Monochromatic Colors of #03221A
Black with #03221A
Text Example
Text Example
White with #03221A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03221A; }
p { color: rgb(3,34,26); }
H1.HeaderClassName
{
color: #03221A;
}
.AnyTagClassName
{
color: #03221A;
}
</style>
background-color css
<style>
a { background-color: #03221A; }
a { background-color: rgb(3,34,26); }
div.DivClassName
{
background-color: #03221A;
}
.BgClassName
{
background-color: #03221A;
}
</style>
border-color css
<style>
span { border-color: #03221A; }
span { border-color: rgb(3,34,26); }
td.TdClassName
{
border-color: #03221A;
}
.TagClassName
{
border-color: #03221A;
}
</style>