Shades of Dark Green #00140F
Tints of Dark Green #00140F
RGB
CMYK
RGB Variations
Color information
#00140F (or 0x00140F) is known color: Dark Green. HEX triplet: 00, 14 and 0F. RGB value is (0,20,15). Sum of RGB (Red+Green+Blue) = 0+20+15=35 (4% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 35); Green value is 20 (8.20% from 255 or 57.14% from 35); Blue value is 15 (6.25% from 255 or 42.86% from 35); Max value from RGB is 20 - color contains mainly: green. Hex color #00140F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #00140F is #FFEBF0. Grayscale: #0D0D0D. Windows color (decimal): -16772081 or 988160. OLE color: 988160.
HSL color Cylindrical-coordinate representation of color #00140F: hue angle of 165º degrees, saturation: 1, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00140F is Cyan = 1, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 0 | 20 | 15 | - |
| CMYK | 1 | 0 | 0.25 | 0.92 |
| HSL | 165º | 1% | 0.04% | - |
| HSV(B) | 165º | 1% | 0.08% | - |
| XYZ | 0.34 | 0.53 | 0.54 | - |
| YUV | 13.45 | 128.87 | 118.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 20 | 15 | 1 | 0 | 0.25 | 0.92 | 165 | 1 | 0.04 |
| Hex | 0 | 14 | F | 64 | 0 | 19 | 5C | A5 | 64 | 4 |
| Octal | 0 | 24 | 17 | 144 | 0 | 31 | 134 | 245 | 144 | 4 |
| Binary | 0 | 10100 | 1111 | 1100100 | 0 | 11001 | 1011100 | 10100101 | 1100100 | 100 |
Color Harmonies of #00140F
Complementary color
Monochromatic Colors of #00140F
Black with #00140F
Text Example
Text Example
White with #00140F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00140F; }
p { color: rgb(0,20,15); }
H1.HeaderClassName
{
color: #00140F;
}
.AnyTagClassName
{
color: #00140F;
}
</style>
background-color css
<style>
a { background-color: #00140F; }
a { background-color: rgb(0,20,15); }
div.DivClassName
{
background-color: #00140F;
}
.BgClassName
{
background-color: #00140F;
}
</style>
border-color css
<style>
span { border-color: #00140F; }
span { border-color: rgb(0,20,15); }
td.TdClassName
{
border-color: #00140F;
}
.TagClassName
{
border-color: #00140F;
}
</style>