Shades of Dark Green #00140B
Tints of Dark Green #00140B
RGB
CMYK
RGB Variations
Color information
#00140B (or 0x00140B) is known color: Dark Green. HEX triplet: 00, 14 and 0B. RGB value is (0,20,11). Sum of RGB (Red+Green+Blue) = 0+20+11=31 (4% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 31); Green value is 20 (8.20% from 255 or 64.52% from 31); Blue value is 11 (4.69% from 255 or 35.48% from 31); Max value from RGB is 20 - color contains mainly: green. Hex color #00140B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #00140B is #FFEBF4. Grayscale: #0D0D0D. Windows color (decimal): -16772085 or 726016. OLE color: 726016.
HSL color Cylindrical-coordinate representation of color #00140B: hue angle of 153º 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 #00140B is Cyan = 1, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 0 | 20 | 11 | - |
| CMYK | 1 | 0 | 0.45 | 0.92 |
| HSL | 153º | 1% | 0.04% | - |
| HSV(B) | 153º | 1% | 0.08% | - |
| XYZ | 0.31 | 0.52 | 0.4 | - |
| YUV | 12.99 | 126.87 | 118.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 20 | 11 | 1 | 0 | 0.45 | 0.92 | 153 | 1 | 0.04 |
| Hex | 0 | 14 | B | 64 | 0 | 2D | 5C | 99 | 64 | 4 |
| Octal | 0 | 24 | 13 | 144 | 0 | 55 | 134 | 231 | 144 | 4 |
| Binary | 0 | 10100 | 1011 | 1100100 | 0 | 101101 | 1011100 | 10011001 | 1100100 | 100 |
Color Harmonies of #00140B
Complementary color
Monochromatic Colors of #00140B
Black with #00140B
Text Example
Text Example
White with #00140B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00140B; }
p { color: rgb(0,20,11); }
H1.HeaderClassName
{
color: #00140B;
}
.AnyTagClassName
{
color: #00140B;
}
</style>
background-color css
<style>
a { background-color: #00140B; }
a { background-color: rgb(0,20,11); }
div.DivClassName
{
background-color: #00140B;
}
.BgClassName
{
background-color: #00140B;
}
</style>
border-color css
<style>
span { border-color: #00140B; }
span { border-color: rgb(0,20,11); }
td.TdClassName
{
border-color: #00140B;
}
.TagClassName
{
border-color: #00140B;
}
</style>