Shades of Pine Tree #192009
Tints of Pine Tree #192009
RGB
CMYK
RGB Variations
Color information
#192009 (or 0x192009) is known color: Pine Tree. HEX triplet: 19, 20 and 09. RGB value is (25,32,9). Sum of RGB (Red+Green+Blue) = 25+32+9=66 (8% of max value = 765). Red value is 25 (10.16% from 255 or 37.88% from 66); Green value is 32 (12.89% from 255 or 48.48% from 66); Blue value is 9 (3.91% from 255 or 13.64% from 66); Max value from RGB is 32 - color contains mainly: green. Hex color #192009 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #192009 is #E6DFF6. Grayscale: #1B1B1B. Windows color (decimal): -15130615 or 598041. OLE color: 598041.
HSL color Cylindrical-coordinate representation of color #192009: hue angle of 78.26º degrees, saturation: 0.56, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #192009 is Cyan = 0.22, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 25 | 32 | 9 | - |
| CMYK | 0.22 | 0 | 0.72 | 0.87 |
| HSL | 78.26º | 0.56% | 0.08% | - |
| HSV(B) | 78.26º | 0.72% | 0.13% | - |
| XYZ | 0.97 | 1.26 | 0.45 | - |
| YUV | 27.29 | 117.68 | 126.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 32 | 9 | 0.22 | 0 | 0.72 | 0.87 | 78.26 | 0.56 | 0.08 |
| Hex | 19 | 20 | 9 | 16 | 0 | 48 | 57 | 4E | 38 | 8 |
| Octal | 31 | 40 | 11 | 26 | 0 | 110 | 127 | 116 | 70 | 10 |
| Binary | 11001 | 100000 | 1001 | 10110 | 0 | 1001000 | 1010111 | 1001110 | 111000 | 1000 |
Color Harmonies of #192009
Complementary color
Monochromatic Colors of #192009
Black with #192009
Text Example
Text Example
White with #192009
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192009; }
p { color: rgb(25,32,9); }
H1.HeaderClassName
{
color: #192009;
}
.AnyTagClassName
{
color: #192009;
}
</style>
background-color css
<style>
a { background-color: #192009; }
a { background-color: rgb(25,32,9); }
div.DivClassName
{
background-color: #192009;
}
.BgClassName
{
background-color: #192009;
}
</style>
border-color css
<style>
span { border-color: #192009; }
span { border-color: rgb(25,32,9); }
td.TdClassName
{
border-color: #192009;
}
.TagClassName
{
border-color: #192009;
}
</style>