Shades of Pine Tree #141E0D
Tints of Pine Tree #141E0D
RGB
CMYK
RGB Variations
Color information
#141E0D (or 0x141E0D) is known color: Pine Tree. HEX triplet: 14, 1E and 0D. RGB value is (20,30,13). Sum of RGB (Red+Green+Blue) = 20+30+13=63 (8% of max value = 765). Red value is 20 (8.20% from 255 or 31.75% from 63); Green value is 30 (12.11% from 255 or 47.62% from 63); Blue value is 13 (5.47% from 255 or 20.63% from 63); Max value from RGB is 30 - color contains mainly: green. Hex color #141E0D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #141E0D is #EBE1F2. Grayscale: #191919. Windows color (decimal): -15458803 or 859668. OLE color: 859668.
HSL color Cylindrical-coordinate representation of color #141E0D: hue angle of 95.29º degrees, saturation: 0.4, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #141E0D is Cyan = 0.33, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 20 | 30 | 13 | - |
| CMYK | 0.33 | 0 | 0.57 | 0.88 |
| HSL | 95.29º | 0.4% | 0.08% | - |
| HSV(B) | 95.29º | 0.57% | 0.12% | - |
| XYZ | 0.83 | 1.11 | 0.55 | - |
| YUV | 25.07 | 121.19 | 124.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 30 | 13 | 0.33 | 0 | 0.57 | 0.88 | 95.29 | 0.4 | 0.08 |
| Hex | 14 | 1E | D | 21 | 0 | 39 | 58 | 5F | 28 | 8 |
| Octal | 24 | 36 | 15 | 41 | 0 | 71 | 130 | 137 | 50 | 10 |
| Binary | 10100 | 11110 | 1101 | 100001 | 0 | 111001 | 1011000 | 1011111 | 101000 | 1000 |
Color Harmonies of #141E0D
Complementary color
Monochromatic Colors of #141E0D
Black with #141E0D
Text Example
Text Example
White with #141E0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141E0D; }
p { color: rgb(20,30,13); }
H1.HeaderClassName
{
color: #141E0D;
}
.AnyTagClassName
{
color: #141E0D;
}
</style>
background-color css
<style>
a { background-color: #141E0D; }
a { background-color: rgb(20,30,13); }
div.DivClassName
{
background-color: #141E0D;
}
.BgClassName
{
background-color: #141E0D;
}
</style>
border-color css
<style>
span { border-color: #141E0D; }
span { border-color: rgb(20,30,13); }
td.TdClassName
{
border-color: #141E0D;
}
.TagClassName
{
border-color: #141E0D;
}
</style>