Shades of Pine Tree #141E08
Tints of Pine Tree #141E08
RGB
CMYK
RGB Variations
Color information
#141E08 (or 0x141E08) is known color: Pine Tree. HEX triplet: 14, 1E and 08. RGB value is (20,30,8). Sum of RGB (Red+Green+Blue) = 20+30+8=58 (7% of max value = 765). Red value is 20 (8.20% from 255 or 34.48% from 58); Green value is 30 (12.11% from 255 or 51.72% from 58); Blue value is 8 (3.52% from 255 or 13.79% from 58); Max value from RGB is 30 - color contains mainly: green. Hex color #141E08 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #141E08 is #EBE1F7. Grayscale: #181818. Windows color (decimal): -15458808 or 531988. OLE color: 531988.
HSL color Cylindrical-coordinate representation of color #141E08: hue angle of 87.27º degrees, saturation: 0.58, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #141E08 is Cyan = 0.33, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 20 | 30 | 8 | - |
| CMYK | 0.33 | 0 | 0.73 | 0.88 |
| HSL | 87.27º | 0.58% | 0.07% | - |
| HSV(B) | 87.27º | 0.73% | 0.12% | - |
| XYZ | 0.8 | 1.09 | 0.4 | - |
| YUV | 24.5 | 118.69 | 124.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 30 | 8 | 0.33 | 0 | 0.73 | 0.88 | 87.27 | 0.58 | 0.07 |
| Hex | 14 | 1E | 8 | 21 | 0 | 49 | 58 | 57 | 3A | 7 |
| Octal | 24 | 36 | 10 | 41 | 0 | 111 | 130 | 127 | 72 | 7 |
| Binary | 10100 | 11110 | 1000 | 100001 | 0 | 1001001 | 1011000 | 1010111 | 111010 | 111 |
Color Harmonies of #141E08
Complementary color
Monochromatic Colors of #141E08
Black with #141E08
Text Example
Text Example
White with #141E08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141E08; }
p { color: rgb(20,30,8); }
H1.HeaderClassName
{
color: #141E08;
}
.AnyTagClassName
{
color: #141E08;
}
</style>
background-color css
<style>
a { background-color: #141E08; }
a { background-color: rgb(20,30,8); }
div.DivClassName
{
background-color: #141E08;
}
.BgClassName
{
background-color: #141E08;
}
</style>
border-color css
<style>
span { border-color: #141E08; }
span { border-color: rgb(20,30,8); }
td.TdClassName
{
border-color: #141E08;
}
.TagClassName
{
border-color: #141E08;
}
</style>