Shades of Pine Tree #19260F
Tints of Pine Tree #19260F
RGB
CMYK
RGB Variations
Color information
#19260F (or 0x19260F) is known color: Pine Tree. HEX triplet: 19, 26 and 0F. RGB value is (25,38,15). Sum of RGB (Red+Green+Blue) = 25+38+15=78 (10% of max value = 765). Red value is 25 (10.16% from 255 or 32.05% from 78); Green value is 38 (15.23% from 255 or 48.72% from 78); Blue value is 15 (6.25% from 255 or 19.23% from 78); Max value from RGB is 38 - color contains mainly: green. Hex color #19260F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #19260F is #E6D9F0. Grayscale: #1F1F1F. Windows color (decimal): -15129073 or 992793. OLE color: 992793.
HSL color Cylindrical-coordinate representation of color #19260F: hue angle of 93.91º degrees, saturation: 0.43, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #19260F is Cyan = 0.34, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 25 | 38 | 15 | - |
| CMYK | 0.34 | 0 | 0.61 | 0.85 |
| HSL | 93.91º | 0.43% | 0.1% | - |
| HSV(B) | 93.91º | 0.61% | 0.15% | - |
| XYZ | 1.18 | 1.63 | 0.7 | - |
| YUV | 31.49 | 118.69 | 123.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 38 | 15 | 0.34 | 0 | 0.61 | 0.85 | 93.91 | 0.43 | 0.1 |
| Hex | 19 | 26 | F | 22 | 0 | 3D | 55 | 5E | 2B | A |
| Octal | 31 | 46 | 17 | 42 | 0 | 75 | 125 | 136 | 53 | 12 |
| Binary | 11001 | 100110 | 1111 | 100010 | 0 | 111101 | 1010101 | 1011110 | 101011 | 1010 |
Color Harmonies of #19260F
Complementary color
Monochromatic Colors of #19260F
Black with #19260F
Text Example
Text Example
White with #19260F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19260F; }
p { color: rgb(25,38,15); }
H1.HeaderClassName
{
color: #19260F;
}
.AnyTagClassName
{
color: #19260F;
}
</style>
background-color css
<style>
a { background-color: #19260F; }
a { background-color: rgb(25,38,15); }
div.DivClassName
{
background-color: #19260F;
}
.BgClassName
{
background-color: #19260F;
}
</style>
border-color css
<style>
span { border-color: #19260F; }
span { border-color: rgb(25,38,15); }
td.TdClassName
{
border-color: #19260F;
}
.TagClassName
{
border-color: #19260F;
}
</style>