Shades of Dark Green #03100B
Tints of Dark Green #03100B
RGB
CMYK
RGB Variations
Color information
#03100B (or 0x03100B) is known color: Dark Green. HEX triplet: 03, 10 and 0B. RGB value is (3,16,11). Sum of RGB (Red+Green+Blue) = 3+16+11=30 (3% of max value = 765). Red value is 3 (1.56% from 255 or 10% from 30); Green value is 16 (6.64% from 255 or 53.33% from 30); Blue value is 11 (4.69% from 255 or 36.67% from 30); Max value from RGB is 16 - color contains mainly: green. Hex color #03100B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #03100B is #FCEFF4. Grayscale: #0B0B0B. Windows color (decimal): -16576501 or 724995. OLE color: 724995.
HSL color Cylindrical-coordinate representation of color #03100B: hue angle of 156.92º degrees, saturation: 0.68, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #03100B is Cyan = 0.81, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.94.
Color convert
| RGB | 3 | 16 | 11 | - |
| CMYK | 0.81 | 0 | 0.31 | 0.94 |
| HSL | 156.92º | 0.68% | 0.04% | - |
| HSV(B) | 156.92º | 0.81% | 0.06% | - |
| XYZ | 0.28 | 0.41 | 0.38 | - |
| YUV | 11.54 | 127.69 | 121.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 16 | 11 | 0.81 | 0 | 0.31 | 0.94 | 156.92 | 0.68 | 0.04 |
| Hex | 3 | 10 | B | 51 | 0 | 1F | 5E | 9D | 44 | 4 |
| Octal | 3 | 20 | 13 | 121 | 0 | 37 | 136 | 235 | 104 | 4 |
| Binary | 11 | 10000 | 1011 | 1010001 | 0 | 11111 | 1011110 | 10011101 | 1000100 | 100 |
Color Harmonies of #03100B
Complementary color
Monochromatic Colors of #03100B
Black with #03100B
Text Example
Text Example
White with #03100B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03100B; }
p { color: rgb(3,16,11); }
H1.HeaderClassName
{
color: #03100B;
}
.AnyTagClassName
{
color: #03100B;
}
</style>
background-color css
<style>
a { background-color: #03100B; }
a { background-color: rgb(3,16,11); }
div.DivClassName
{
background-color: #03100B;
}
.BgClassName
{
background-color: #03100B;
}
</style>
border-color css
<style>
span { border-color: #03100B; }
span { border-color: rgb(3,16,11); }
td.TdClassName
{
border-color: #03100B;
}
.TagClassName
{
border-color: #03100B;
}
</style>