Shades of Dark Green #05140F
Tints of Dark Green #05140F
RGB
CMYK
RGB Variations
Color information
#05140F (or 0x05140F) is known color: Dark Green. HEX triplet: 05, 14 and 0F. RGB value is (5,20,15). Sum of RGB (Red+Green+Blue) = 5+20+15=40 (5% of max value = 765). Red value is 5 (2.34% from 255 or 12.5% from 40); Green value is 20 (8.20% from 255 or 50% from 40); Blue value is 15 (6.25% from 255 or 37.5% from 40); Max value from RGB is 20 - color contains mainly: green. Hex color #05140F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #05140F is #FAEBF0. Grayscale: #0E0E0E. Windows color (decimal): -16444401 or 988165. OLE color: 988165.
HSL color Cylindrical-coordinate representation of color #05140F: hue angle of 160º degrees, saturation: 0.6, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #05140F is Cyan = 0.75, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 5 | 20 | 15 | - |
| CMYK | 0.75 | 0 | 0.25 | 0.92 |
| HSL | 160º | 0.6% | 0.05% | - |
| HSV(B) | 160º | 0.75% | 0.08% | - |
| XYZ | 0.4 | 0.57 | 0.54 | - |
| YUV | 14.95 | 128.03 | 120.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 20 | 15 | 0.75 | 0 | 0.25 | 0.92 | 160 | 0.6 | 0.05 |
| Hex | 5 | 14 | F | 4B | 0 | 19 | 5C | A0 | 3C | 5 |
| Octal | 5 | 24 | 17 | 113 | 0 | 31 | 134 | 240 | 74 | 5 |
| Binary | 101 | 10100 | 1111 | 1001011 | 0 | 11001 | 1011100 | 10100000 | 111100 | 101 |
Color Harmonies of #05140F
Complementary color
Monochromatic Colors of #05140F
Black with #05140F
Text Example
Text Example
White with #05140F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05140F; }
p { color: rgb(5,20,15); }
H1.HeaderClassName
{
color: #05140F;
}
.AnyTagClassName
{
color: #05140F;
}
</style>
background-color css
<style>
a { background-color: #05140F; }
a { background-color: rgb(5,20,15); }
div.DivClassName
{
background-color: #05140F;
}
.BgClassName
{
background-color: #05140F;
}
</style>
border-color css
<style>
span { border-color: #05140F; }
span { border-color: rgb(5,20,15); }
td.TdClassName
{
border-color: #05140F;
}
.TagClassName
{
border-color: #05140F;
}
</style>