Shades of Dark Green #08140D
Tints of Dark Green #08140D
RGB
CMYK
RGB Variations
Color information
#08140D (or 0x08140D) is known color: Dark Green. HEX triplet: 08, 14 and 0D. RGB value is (8,20,13). Sum of RGB (Red+Green+Blue) = 8+20+13=41 (5% of max value = 765). Red value is 8 (3.52% from 255 or 19.51% from 41); Green value is 20 (8.20% from 255 or 48.78% from 41); Blue value is 13 (5.47% from 255 or 31.71% from 41); Max value from RGB is 20 - color contains mainly: green. Hex color #08140D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #08140D is #F7EBF2. Grayscale: #0F0F0F. Windows color (decimal): -16247795 or 857096. OLE color: 857096.
HSL color Cylindrical-coordinate representation of color #08140D: hue angle of 145º degrees, saturation: 0.43, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #08140D is Cyan = 0.60, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 8 | 20 | 13 | - |
| CMYK | 0.60 | 0 | 0.35 | 0.92 |
| HSL | 145º | 0.43% | 0.05% | - |
| HSV(B) | 145º | 0.6% | 0.08% | - |
| XYZ | 0.42 | 0.58 | 0.47 | - |
| YUV | 15.61 | 126.52 | 122.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 20 | 13 | 0.60 | 0 | 0.35 | 0.92 | 145 | 0.43 | 0.05 |
| Hex | 8 | 14 | D | 3C | 0 | 23 | 5C | 91 | 2B | 5 |
| Octal | 10 | 24 | 15 | 74 | 0 | 43 | 134 | 221 | 53 | 5 |
| Binary | 1000 | 10100 | 1101 | 111100 | 0 | 100011 | 1011100 | 10010001 | 101011 | 101 |
Color Harmonies of #08140D
Complementary color
Monochromatic Colors of #08140D
Black with #08140D
Text Example
Text Example
White with #08140D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08140D; }
p { color: rgb(8,20,13); }
H1.HeaderClassName
{
color: #08140D;
}
.AnyTagClassName
{
color: #08140D;
}
</style>
background-color css
<style>
a { background-color: #08140D; }
a { background-color: rgb(8,20,13); }
div.DivClassName
{
background-color: #08140D;
}
.BgClassName
{
background-color: #08140D;
}
</style>
border-color css
<style>
span { border-color: #08140D; }
span { border-color: rgb(8,20,13); }
td.TdClassName
{
border-color: #08140D;
}
.TagClassName
{
border-color: #08140D;
}
</style>