Shades of Pine Tree #141C09
Tints of Pine Tree #141C09
RGB
CMYK
RGB Variations
Color information
#141C09 (or 0x141C09) is known color: Pine Tree. HEX triplet: 14, 1C and 09. RGB value is (20,28,9). Sum of RGB (Red+Green+Blue) = 20+28+9=57 (7% of max value = 765). Red value is 20 (8.20% from 255 or 35.09% from 57); Green value is 28 (11.33% from 255 or 49.12% from 57); Blue value is 9 (3.91% from 255 or 15.79% from 57); Max value from RGB is 28 - color contains mainly: green. Hex color #141C09 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #141C09 is #EBE3F6. Grayscale: #171717. Windows color (decimal): -15459319 or 597012. OLE color: 597012.
HSL color Cylindrical-coordinate representation of color #141C09: hue angle of 85.26º degrees, saturation: 0.51, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #141C09 is Cyan = 0.29, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 20 | 28 | 9 | - |
| CMYK | 0.29 | 0 | 0.68 | 0.89 |
| HSL | 85.26º | 0.51% | 0.07% | - |
| HSV(B) | 85.26º | 0.68% | 0.11% | - |
| XYZ | 0.75 | 1 | 0.41 | - |
| YUV | 23.44 | 119.85 | 125.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 28 | 9 | 0.29 | 0 | 0.68 | 0.89 | 85.26 | 0.51 | 0.07 |
| Hex | 14 | 1C | 9 | 1D | 0 | 44 | 59 | 55 | 33 | 7 |
| Octal | 24 | 34 | 11 | 35 | 0 | 104 | 131 | 125 | 63 | 7 |
| Binary | 10100 | 11100 | 1001 | 11101 | 0 | 1000100 | 1011001 | 1010101 | 110011 | 111 |
Color Harmonies of #141C09
Complementary color
Monochromatic Colors of #141C09
Black with #141C09
Text Example
Text Example
White with #141C09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141C09; }
p { color: rgb(20,28,9); }
H1.HeaderClassName
{
color: #141C09;
}
.AnyTagClassName
{
color: #141C09;
}
</style>
background-color css
<style>
a { background-color: #141C09; }
a { background-color: rgb(20,28,9); }
div.DivClassName
{
background-color: #141C09;
}
.BgClassName
{
background-color: #141C09;
}
</style>
border-color css
<style>
span { border-color: #141C09; }
span { border-color: rgb(20,28,9); }
td.TdClassName
{
border-color: #141C09;
}
.TagClassName
{
border-color: #141C09;
}
</style>