Shades of Pine Tree #132205
Tints of Pine Tree #132205
RGB
CMYK
RGB Variations
Color information
#132205 (or 0x132205) is known color: Pine Tree. HEX triplet: 13, 22 and 05. RGB value is (19,34,5). Sum of RGB (Red+Green+Blue) = 19+34+5=58 (7% of max value = 765). Red value is 19 (7.81% from 255 or 32.76% from 58); Green value is 34 (13.67% from 255 or 58.62% from 58); Blue value is 5 (2.34% from 255 or 8.62% from 58); Max value from RGB is 34 - color contains mainly: green. Hex color #132205 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #132205 is #ECDDFA. Grayscale: #1A1A1A. Windows color (decimal): -15523323 or 336403. OLE color: 336403.
HSL color Cylindrical-coordinate representation of color #132205: hue angle of 91.03º degrees, saturation: 0.74, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #132205 is Cyan = 0.44, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 19 | 34 | 5 | - |
| CMYK | 0.44 | 0 | 0.85 | 0.87 |
| HSL | 91.03º | 0.74% | 0.08% | - |
| HSV(B) | 91.03º | 0.85% | 0.13% | - |
| XYZ | 0.87 | 1.29 | 0.35 | - |
| YUV | 26.21 | 116.03 | 122.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 34 | 5 | 0.44 | 0 | 0.85 | 0.87 | 91.03 | 0.74 | 0.08 |
| Hex | 13 | 22 | 5 | 2C | 0 | 55 | 57 | 5B | 4A | 8 |
| Octal | 23 | 42 | 5 | 54 | 0 | 125 | 127 | 133 | 112 | 10 |
| Binary | 10011 | 100010 | 101 | 101100 | 0 | 1010101 | 1010111 | 1011011 | 1001010 | 1000 |
Color Harmonies of #132205
Complementary color
Monochromatic Colors of #132205
Black with #132205
Text Example
Text Example
White with #132205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #132205; }
p { color: rgb(19,34,5); }
H1.HeaderClassName
{
color: #132205;
}
.AnyTagClassName
{
color: #132205;
}
</style>
background-color css
<style>
a { background-color: #132205; }
a { background-color: rgb(19,34,5); }
div.DivClassName
{
background-color: #132205;
}
.BgClassName
{
background-color: #132205;
}
</style>
border-color css
<style>
span { border-color: #132205; }
span { border-color: rgb(19,34,5); }
td.TdClassName
{
border-color: #132205;
}
.TagClassName
{
border-color: #132205;
}
</style>