Shades of Pine Tree #19220F
Tints of Pine Tree #19220F
RGB
CMYK
RGB Variations
Color information
#19220F (or 0x19220F) is known color: Pine Tree. HEX triplet: 19, 22 and 0F. RGB value is (25,34,15). Sum of RGB (Red+Green+Blue) = 25+34+15=74 (9% of max value = 765). Red value is 25 (10.16% from 255 or 33.78% from 74); Green value is 34 (13.67% from 255 or 45.95% from 74); Blue value is 15 (6.25% from 255 or 20.27% from 74); Max value from RGB is 34 - color contains mainly: green. Hex color #19220F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #19220F is #E6DDF0. Grayscale: #1D1D1D. Windows color (decimal): -15130097 or 991769. OLE color: 991769.
HSL color Cylindrical-coordinate representation of color #19220F: hue angle of 88.42º degrees, saturation: 0.39, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #19220F is Cyan = 0.26, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 25 | 34 | 15 | - |
| CMYK | 0.26 | 0 | 0.56 | 0.87 |
| HSL | 88.42º | 0.39% | 0.1% | - |
| HSV(B) | 88.42º | 0.56% | 0.13% | - |
| XYZ | 1.06 | 1.39 | 0.66 | - |
| YUV | 29.14 | 120.02 | 125.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 34 | 15 | 0.26 | 0 | 0.56 | 0.87 | 88.42 | 0.39 | 0.1 |
| Hex | 19 | 22 | F | 1A | 0 | 38 | 57 | 58 | 27 | A |
| Octal | 31 | 42 | 17 | 32 | 0 | 70 | 127 | 130 | 47 | 12 |
| Binary | 11001 | 100010 | 1111 | 11010 | 0 | 111000 | 1010111 | 1011000 | 100111 | 1010 |
Color Harmonies of #19220F
Complementary color
Monochromatic Colors of #19220F
Black with #19220F
Text Example
Text Example
White with #19220F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19220F; }
p { color: rgb(25,34,15); }
H1.HeaderClassName
{
color: #19220F;
}
.AnyTagClassName
{
color: #19220F;
}
</style>
background-color css
<style>
a { background-color: #19220F; }
a { background-color: rgb(25,34,15); }
div.DivClassName
{
background-color: #19220F;
}
.BgClassName
{
background-color: #19220F;
}
</style>
border-color css
<style>
span { border-color: #19220F; }
span { border-color: rgb(25,34,15); }
td.TdClassName
{
border-color: #19220F;
}
.TagClassName
{
border-color: #19220F;
}
</style>