Shades of Dark Green #03140D
Tints of Dark Green #03140D
RGB
CMYK
RGB Variations
Color information
#03140D (or 0x03140D) is known color: Dark Green. HEX triplet: 03, 14 and 0D. RGB value is (3,20,13). Sum of RGB (Red+Green+Blue) = 3+20+13=36 (4% of max value = 765). Red value is 3 (1.56% from 255 or 8.33% from 36); Green value is 20 (8.20% from 255 or 55.56% from 36); Blue value is 13 (5.47% from 255 or 36.11% from 36); Max value from RGB is 20 - color contains mainly: green. Hex color #03140D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #03140D is #FCEBF2. Grayscale: #0E0E0E. Windows color (decimal): -16575475 or 857091. OLE color: 857091.
HSL color Cylindrical-coordinate representation of color #03140D: hue angle of 155.29º degrees, saturation: 0.74, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #03140D is Cyan = 0.85, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 3 | 20 | 13 | - |
| CMYK | 0.85 | 0 | 0.35 | 0.92 |
| HSL | 155.29º | 0.74% | 0.05% | - |
| HSV(B) | 155.29º | 0.85% | 0.08% | - |
| XYZ | 0.36 | 0.55 | 0.47 | - |
| YUV | 14.12 | 127.37 | 120.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 20 | 13 | 0.85 | 0 | 0.35 | 0.92 | 155.29 | 0.74 | 0.05 |
| Hex | 3 | 14 | D | 55 | 0 | 23 | 5C | 9B | 4A | 5 |
| Octal | 3 | 24 | 15 | 125 | 0 | 43 | 134 | 233 | 112 | 5 |
| Binary | 11 | 10100 | 1101 | 1010101 | 0 | 100011 | 1011100 | 10011011 | 1001010 | 101 |
Color Harmonies of #03140D
Complementary color
Monochromatic Colors of #03140D
Black with #03140D
Text Example
Text Example
White with #03140D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03140D; }
p { color: rgb(3,20,13); }
H1.HeaderClassName
{
color: #03140D;
}
.AnyTagClassName
{
color: #03140D;
}
</style>
background-color css
<style>
a { background-color: #03140D; }
a { background-color: rgb(3,20,13); }
div.DivClassName
{
background-color: #03140D;
}
.BgClassName
{
background-color: #03140D;
}
</style>
border-color css
<style>
span { border-color: #03140D; }
span { border-color: rgb(3,20,13); }
td.TdClassName
{
border-color: #03140D;
}
.TagClassName
{
border-color: #03140D;
}
</style>