Shades of Pine Tree #132209
Tints of Pine Tree #132209
RGB
CMYK
RGB Variations
Color information
#132209 (or 0x132209) is known color: Pine Tree. HEX triplet: 13, 22 and 09. RGB value is (19,34,9). Sum of RGB (Red+Green+Blue) = 19+34+9=62 (8% of max value = 765). Red value is 19 (7.81% from 255 or 30.65% from 62); Green value is 34 (13.67% from 255 or 54.84% from 62); Blue value is 9 (3.91% from 255 or 14.52% from 62); Max value from RGB is 34 - color contains mainly: green. Hex color #132209 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #132209 is #ECDDF6. Grayscale: #1A1A1A. Windows color (decimal): -15523319 or 598547. OLE color: 598547.
HSL color Cylindrical-coordinate representation of color #132209: hue angle of 96º degrees, saturation: 0.58, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #132209 is Cyan = 0.44, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 19 | 34 | 9 | - |
| CMYK | 0.44 | 0 | 0.74 | 0.87 |
| HSL | 96º | 0.58% | 0.08% | - |
| HSV(B) | 96º | 0.74% | 0.13% | - |
| XYZ | 0.89 | 1.3 | 0.46 | - |
| YUV | 26.67 | 118.03 | 122.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 34 | 9 | 0.44 | 0 | 0.74 | 0.87 | 96 | 0.58 | 0.08 |
| Hex | 13 | 22 | 9 | 2C | 0 | 4A | 57 | 60 | 3A | 8 |
| Octal | 23 | 42 | 11 | 54 | 0 | 112 | 127 | 140 | 72 | 10 |
| Binary | 10011 | 100010 | 1001 | 101100 | 0 | 1001010 | 1010111 | 1100000 | 111010 | 1000 |
Color Harmonies of #132209
Complementary color
Monochromatic Colors of #132209
Black with #132209
Text Example
Text Example
White with #132209
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #132209; }
p { color: rgb(19,34,9); }
H1.HeaderClassName
{
color: #132209;
}
.AnyTagClassName
{
color: #132209;
}
</style>
background-color css
<style>
a { background-color: #132209; }
a { background-color: rgb(19,34,9); }
div.DivClassName
{
background-color: #132209;
}
.BgClassName
{
background-color: #132209;
}
</style>
border-color css
<style>
span { border-color: #132209; }
span { border-color: rgb(19,34,9); }
td.TdClassName
{
border-color: #132209;
}
.TagClassName
{
border-color: #132209;
}
</style>