Shades of Pine Tree #192206
Tints of Pine Tree #192206
RGB
CMYK
RGB Variations
Color information
#192206 (or 0x192206) is known color: Pine Tree. HEX triplet: 19, 22 and 06. RGB value is (25,34,6). Sum of RGB (Red+Green+Blue) = 25+34+6=65 (8% of max value = 765). Red value is 25 (10.16% from 255 or 38.46% from 65); Green value is 34 (13.67% from 255 or 52.31% from 65); Blue value is 6 (2.73% from 255 or 9.23% from 65); Max value from RGB is 34 - color contains mainly: green. Hex color #192206 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #192206 is #E6DDF9. Grayscale: #1C1C1C. Windows color (decimal): -15130106 or 401945. OLE color: 401945.
HSL color Cylindrical-coordinate representation of color #192206: hue angle of 79.29º degrees, saturation: 0.7, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #192206 is Cyan = 0.26, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 25 | 34 | 6 | - |
| CMYK | 0.26 | 0 | 0.82 | 0.87 |
| HSL | 79.29º | 0.7% | 0.08% | - |
| HSV(B) | 79.29º | 0.82% | 0.13% | - |
| XYZ | 1.01 | 1.36 | 0.38 | - |
| YUV | 28.12 | 115.52 | 125.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 34 | 6 | 0.26 | 0 | 0.82 | 0.87 | 79.29 | 0.7 | 0.08 |
| Hex | 19 | 22 | 6 | 1A | 0 | 52 | 57 | 4F | 46 | 8 |
| Octal | 31 | 42 | 6 | 32 | 0 | 122 | 127 | 117 | 106 | 10 |
| Binary | 11001 | 100010 | 110 | 11010 | 0 | 1010010 | 1010111 | 1001111 | 1000110 | 1000 |
Color Harmonies of #192206
Complementary color
Monochromatic Colors of #192206
Black with #192206
Text Example
Text Example
White with #192206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192206; }
p { color: rgb(25,34,6); }
H1.HeaderClassName
{
color: #192206;
}
.AnyTagClassName
{
color: #192206;
}
</style>
background-color css
<style>
a { background-color: #192206; }
a { background-color: rgb(25,34,6); }
div.DivClassName
{
background-color: #192206;
}
.BgClassName
{
background-color: #192206;
}
</style>
border-color css
<style>
span { border-color: #192206; }
span { border-color: rgb(25,34,6); }
td.TdClassName
{
border-color: #192206;
}
.TagClassName
{
border-color: #192206;
}
</style>