Shades of Pine Tree #192211
Tints of Pine Tree #192211
RGB
CMYK
RGB Variations
Color information
#192211 (or 0x192211) is known color: Pine Tree. HEX triplet: 19, 22 and 11. RGB value is (25,34,17). Sum of RGB (Red+Green+Blue) = 25+34+17=76 (10% of max value = 765). Red value is 25 (10.16% from 255 or 32.89% from 76); Green value is 34 (13.67% from 255 or 44.74% from 76); Blue value is 17 (7.03% from 255 or 22.37% from 76); Max value from RGB is 34 - color contains mainly: green. Hex color #192211 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #192211 is #E6DDEE. Grayscale: #1D1D1D. Windows color (decimal): -15130095 or 1122841. OLE color: 1122841.
HSL color Cylindrical-coordinate representation of color #192211: hue angle of 91.76º degrees, saturation: 0.33, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #192211 is Cyan = 0.26, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 25 | 34 | 17 | - |
| CMYK | 0.26 | 0 | 0.50 | 0.87 |
| HSL | 91.76º | 0.33% | 0.1% | - |
| HSV(B) | 91.76º | 0.5% | 0.13% | - |
| XYZ | 1.07 | 1.39 | 0.74 | - |
| YUV | 29.37 | 121.02 | 124.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 34 | 17 | 0.26 | 0 | 0.50 | 0.87 | 91.76 | 0.33 | 0.1 |
| Hex | 19 | 22 | 11 | 1A | 0 | 32 | 57 | 5C | 21 | A |
| Octal | 31 | 42 | 21 | 32 | 0 | 62 | 127 | 134 | 41 | 12 |
| Binary | 11001 | 100010 | 10001 | 11010 | 0 | 110010 | 1010111 | 1011100 | 100001 | 1010 |
Color Harmonies of #192211
Complementary color
Monochromatic Colors of #192211
Black with #192211
Text Example
Text Example
White with #192211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192211; }
p { color: rgb(25,34,17); }
H1.HeaderClassName
{
color: #192211;
}
.AnyTagClassName
{
color: #192211;
}
</style>
background-color css
<style>
a { background-color: #192211; }
a { background-color: rgb(25,34,17); }
div.DivClassName
{
background-color: #192211;
}
.BgClassName
{
background-color: #192211;
}
</style>
border-color css
<style>
span { border-color: #192211; }
span { border-color: rgb(25,34,17); }
td.TdClassName
{
border-color: #192211;
}
.TagClassName
{
border-color: #192211;
}
</style>