Shades of Pine Tree #193206
Tints of Pine Tree #193206
RGB
CMYK
RGB Variations
Color information
#193206 (or 0x193206) is known color: Pine Tree. HEX triplet: 19, 32 and 06. RGB value is (25,50,6). Sum of RGB (Red+Green+Blue) = 25+50+6=81 (10% of max value = 765). Red value is 25 (10.16% from 255 or 30.86% from 81); Green value is 50 (19.92% from 255 or 61.73% from 81); Blue value is 6 (2.73% from 255 or 7.41% from 81); Max value from RGB is 50 - color contains mainly: green. Hex color #193206 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #193206 is #E6CDF9. Grayscale: #252525. Windows color (decimal): -15126010 or 406041. OLE color: 406041.
HSL color Cylindrical-coordinate representation of color #193206: hue angle of 94.09º degrees, saturation: 0.79, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #193206 is Cyan = 0.50, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 25 | 50 | 6 | - |
| CMYK | 0.50 | 0 | 0.88 | 0.80 |
| HSL | 94.09º | 0.79% | 0.11% | - |
| HSV(B) | 94.09º | 0.88% | 0.2% | - |
| XYZ | 1.57 | 2.5 | 0.57 | - |
| YUV | 37.51 | 110.22 | 119.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 50 | 6 | 0.50 | 0 | 0.88 | 0.80 | 94.09 | 0.79 | 0.11 |
| Hex | 19 | 32 | 6 | 32 | 0 | 58 | 50 | 5E | 4F | B |
| Octal | 31 | 62 | 6 | 62 | 0 | 130 | 120 | 136 | 117 | 13 |
| Binary | 11001 | 110010 | 110 | 110010 | 0 | 1011000 | 1010000 | 1011110 | 1001111 | 1011 |
Color Harmonies of #193206
Complementary color
Monochromatic Colors of #193206
Black with #193206
Text Example
Text Example
White with #193206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193206; }
p { color: rgb(25,50,6); }
H1.HeaderClassName
{
color: #193206;
}
.AnyTagClassName
{
color: #193206;
}
</style>
background-color css
<style>
a { background-color: #193206; }
a { background-color: rgb(25,50,6); }
div.DivClassName
{
background-color: #193206;
}
.BgClassName
{
background-color: #193206;
}
</style>
border-color css
<style>
span { border-color: #193206; }
span { border-color: rgb(25,50,6); }
td.TdClassName
{
border-color: #193206;
}
.TagClassName
{
border-color: #193206;
}
</style>