Shades of Pine Tree #19290C
Tints of Pine Tree #19290C
RGB
CMYK
RGB Variations
Color information
#19290C (or 0x19290C) is known color: Pine Tree. HEX triplet: 19, 29 and 0C. RGB value is (25,41,12). Sum of RGB (Red+Green+Blue) = 25+41+12=78 (10% of max value = 765). Red value is 25 (10.16% from 255 or 32.05% from 78); Green value is 41 (16.41% from 255 or 52.56% from 78); Blue value is 12 (5.08% from 255 or 15.38% from 78); Max value from RGB is 41 - color contains mainly: green. Hex color #19290C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #19290C is #E6D6F3. Grayscale: #212121. Windows color (decimal): -15128308 or 796953. OLE color: 796953.
HSL color Cylindrical-coordinate representation of color #19290C: hue angle of 93.1º degrees, saturation: 0.55, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #19290C is Cyan = 0.39, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 25 | 41 | 12 | - |
| CMYK | 0.39 | 0 | 0.71 | 0.84 |
| HSL | 93.1º | 0.55% | 0.1% | - |
| HSV(B) | 93.1º | 0.71% | 0.16% | - |
| XYZ | 1.26 | 1.82 | 0.63 | - |
| YUV | 32.91 | 116.2 | 122.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 41 | 12 | 0.39 | 0 | 0.71 | 0.84 | 93.1 | 0.55 | 0.1 |
| Hex | 19 | 29 | C | 27 | 0 | 47 | 54 | 5D | 37 | A |
| Octal | 31 | 51 | 14 | 47 | 0 | 107 | 124 | 135 | 67 | 12 |
| Binary | 11001 | 101001 | 1100 | 100111 | 0 | 1000111 | 1010100 | 1011101 | 110111 | 1010 |
Color Harmonies of #19290C
Complementary color
Monochromatic Colors of #19290C
Black with #19290C
Text Example
Text Example
White with #19290C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19290C; }
p { color: rgb(25,41,12); }
H1.HeaderClassName
{
color: #19290C;
}
.AnyTagClassName
{
color: #19290C;
}
</style>
background-color css
<style>
a { background-color: #19290C; }
a { background-color: rgb(25,41,12); }
div.DivClassName
{
background-color: #19290C;
}
.BgClassName
{
background-color: #19290C;
}
</style>
border-color css
<style>
span { border-color: #19290C; }
span { border-color: rgb(25,41,12); }
td.TdClassName
{
border-color: #19290C;
}
.TagClassName
{
border-color: #19290C;
}
</style>