Shades of Dark Green #03221C
Tints of Dark Green #03221C
RGB
CMYK
RGB Variations
Color information
#03221C (or 0x03221C) is known color: Dark Green. HEX triplet: 03, 22 and 1C. RGB value is (3,34,28). Sum of RGB (Red+Green+Blue) = 3+34+28=65 (8% of max value = 765). Red value is 3 (1.56% from 255 or 4.62% from 65); Green value is 34 (13.67% from 255 or 52.31% from 65); Blue value is 28 (11.33% from 255 or 43.08% from 65); Max value from RGB is 34 - color contains mainly: green. Hex color #03221C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03221C is #FCDDE3. Grayscale: #181818. Windows color (decimal): -16571876 or 1843715. OLE color: 1843715.
HSL color Cylindrical-coordinate representation of color #03221C: hue angle of 168.39º 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 #03221C is Cyan = 0.91, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 3 | 34 | 28 | - |
| CMYK | 0.91 | 0 | 0.18 | 0.87 |
| HSL | 168.39º | 0.84% | 0.07% | - |
| HSV(B) | 168.39º | 0.91% | 0.13% | - |
| XYZ | 0.82 | 1.25 | 1.3 | - |
| YUV | 24.05 | 130.23 | 112.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 34 | 28 | 0.91 | 0 | 0.18 | 0.87 | 168.39 | 0.84 | 0.07 |
| Hex | 3 | 22 | 1C | 5B | 0 | 12 | 57 | A8 | 54 | 7 |
| Octal | 3 | 42 | 34 | 133 | 0 | 22 | 127 | 250 | 124 | 7 |
| Binary | 11 | 100010 | 11100 | 1011011 | 0 | 10010 | 1010111 | 10101000 | 1010100 | 111 |
Color Harmonies of #03221C
Complementary color
Monochromatic Colors of #03221C
Black with #03221C
Text Example
Text Example
White with #03221C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03221C; }
p { color: rgb(3,34,28); }
H1.HeaderClassName
{
color: #03221C;
}
.AnyTagClassName
{
color: #03221C;
}
</style>
background-color css
<style>
a { background-color: #03221C; }
a { background-color: rgb(3,34,28); }
div.DivClassName
{
background-color: #03221C;
}
.BgClassName
{
background-color: #03221C;
}
</style>
border-color css
<style>
span { border-color: #03221C; }
span { border-color: rgb(3,34,28); }
td.TdClassName
{
border-color: #03221C;
}
.TagClassName
{
border-color: #03221C;
}
</style>