Shades of Dark Green #03120F
Tints of Dark Green #03120F
RGB
CMYK
RGB Variations
Color information
#03120F (or 0x03120F) is known color: Dark Green. HEX triplet: 03, 12 and 0F. RGB value is (3,18,15). Sum of RGB (Red+Green+Blue) = 3+18+15=36 (4% of max value = 765). Red value is 3 (1.56% from 255 or 8.33% from 36); Green value is 18 (7.42% from 255 or 50% from 36); Blue value is 15 (6.25% from 255 or 41.67% from 36); Max value from RGB is 18 - color contains mainly: green. Hex color #03120F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #03120F is #FCEDF0. Grayscale: #0D0D0D. Windows color (decimal): -16575985 or 987651. OLE color: 987651.
HSL color Cylindrical-coordinate representation of color #03120F: hue angle of 168º degrees, saturation: 0.71, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #03120F is Cyan = 0.83, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 3 | 18 | 15 | - |
| CMYK | 0.83 | 0 | 0.17 | 0.93 |
| HSL | 168º | 0.71% | 0.04% | - |
| HSV(B) | 168º | 0.83% | 0.07% | - |
| XYZ | 0.34 | 0.49 | 0.53 | - |
| YUV | 13.17 | 129.03 | 120.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 18 | 15 | 0.83 | 0 | 0.17 | 0.93 | 168 | 0.71 | 0.04 |
| Hex | 3 | 12 | F | 53 | 0 | 11 | 5D | A8 | 47 | 4 |
| Octal | 3 | 22 | 17 | 123 | 0 | 21 | 135 | 250 | 107 | 4 |
| Binary | 11 | 10010 | 1111 | 1010011 | 0 | 10001 | 1011101 | 10101000 | 1000111 | 100 |
Color Harmonies of #03120F
Complementary color
Monochromatic Colors of #03120F
Black with #03120F
Text Example
Text Example
White with #03120F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03120F; }
p { color: rgb(3,18,15); }
H1.HeaderClassName
{
color: #03120F;
}
.AnyTagClassName
{
color: #03120F;
}
</style>
background-color css
<style>
a { background-color: #03120F; }
a { background-color: rgb(3,18,15); }
div.DivClassName
{
background-color: #03120F;
}
.BgClassName
{
background-color: #03120F;
}
</style>
border-color css
<style>
span { border-color: #03120F; }
span { border-color: rgb(3,18,15); }
td.TdClassName
{
border-color: #03120F;
}
.TagClassName
{
border-color: #03120F;
}
</style>