Shades of Dark Green #03160B
Tints of Dark Green #03160B
RGB
CMYK
RGB Variations
Color information
#03160B (or 0x03160B) is known color: Dark Green. HEX triplet: 03, 16 and 0B. RGB value is (3,22,11). Sum of RGB (Red+Green+Blue) = 3+22+11=36 (4% of max value = 765). Red value is 3 (1.56% from 255 or 8.33% from 36); Green value is 22 (8.98% from 255 or 61.11% from 36); Blue value is 11 (4.69% from 255 or 30.56% from 36); Max value from RGB is 22 - color contains mainly: green. Hex color #03160B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #03160B is #FCE9F4. Grayscale: #0F0F0F. Windows color (decimal): -16574965 or 726531. OLE color: 726531.
HSL color Cylindrical-coordinate representation of color #03160B: hue angle of 145.26º degrees, saturation: 0.76, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #03160B is Cyan = 0.86, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 3 | 22 | 11 | - |
| CMYK | 0.86 | 0 | 0.5 | 0.91 |
| HSL | 145.26º | 0.76% | 0.05% | - |
| HSV(B) | 145.26º | 0.86% | 0.09% | - |
| XYZ | 0.38 | 0.62 | 0.42 | - |
| YUV | 15.07 | 125.71 | 119.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 22 | 11 | 0.86 | 0 | 0.5 | 0.91 | 145.26 | 0.76 | 0.05 |
| Hex | 3 | 16 | B | 56 | 0 | 32 | 5B | 91 | 4C | 5 |
| Octal | 3 | 26 | 13 | 126 | 0 | 62 | 133 | 221 | 114 | 5 |
| Binary | 11 | 10110 | 1011 | 1010110 | 0 | 110010 | 1011011 | 10010001 | 1001100 | 101 |
Color Harmonies of #03160B
Complementary color
Monochromatic Colors of #03160B
Black with #03160B
Text Example
Text Example
White with #03160B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03160B; }
p { color: rgb(3,22,11); }
H1.HeaderClassName
{
color: #03160B;
}
.AnyTagClassName
{
color: #03160B;
}
</style>
background-color css
<style>
a { background-color: #03160B; }
a { background-color: rgb(3,22,11); }
div.DivClassName
{
background-color: #03160B;
}
.BgClassName
{
background-color: #03160B;
}
</style>
border-color css
<style>
span { border-color: #03160B; }
span { border-color: rgb(3,22,11); }
td.TdClassName
{
border-color: #03160B;
}
.TagClassName
{
border-color: #03160B;
}
</style>