Shades of Pine Tree #132005
Tints of Pine Tree #132005
RGB
CMYK
RGB Variations
Color information
#132005 (or 0x132005) is known color: Pine Tree. HEX triplet: 13, 20 and 05. RGB value is (19,32,5). Sum of RGB (Red+Green+Blue) = 19+32+5=56 (7% of max value = 765). Red value is 19 (7.81% from 255 or 33.93% from 56); Green value is 32 (12.89% from 255 or 57.14% from 56); Blue value is 5 (2.34% from 255 or 8.93% from 56); Max value from RGB is 32 - color contains mainly: green. Hex color #132005 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #132005 is #ECDFFA. Grayscale: #191919. Windows color (decimal): -15523835 or 335891. OLE color: 335891.
HSL color Cylindrical-coordinate representation of color #132005: hue angle of 88.89º degrees, saturation: 0.73, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #132005 is Cyan = 0.41, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 19 | 32 | 5 | - |
| CMYK | 0.41 | 0 | 0.84 | 0.87 |
| HSL | 88.89º | 0.73% | 0.07% | - |
| HSV(B) | 88.89º | 0.84% | 0.13% | - |
| XYZ | 0.81 | 1.18 | 0.33 | - |
| YUV | 25.04 | 116.69 | 123.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 32 | 5 | 0.41 | 0 | 0.84 | 0.87 | 88.89 | 0.73 | 0.07 |
| Hex | 13 | 20 | 5 | 29 | 0 | 54 | 57 | 59 | 49 | 7 |
| Octal | 23 | 40 | 5 | 51 | 0 | 124 | 127 | 131 | 111 | 7 |
| Binary | 10011 | 100000 | 101 | 101001 | 0 | 1010100 | 1010111 | 1011001 | 1001001 | 111 |
Color Harmonies of #132005
Complementary color
Monochromatic Colors of #132005
Black with #132005
Text Example
Text Example
White with #132005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #132005; }
p { color: rgb(19,32,5); }
H1.HeaderClassName
{
color: #132005;
}
.AnyTagClassName
{
color: #132005;
}
</style>
background-color css
<style>
a { background-color: #132005; }
a { background-color: rgb(19,32,5); }
div.DivClassName
{
background-color: #132005;
}
.BgClassName
{
background-color: #132005;
}
</style>
border-color css
<style>
span { border-color: #132005; }
span { border-color: rgb(19,32,5); }
td.TdClassName
{
border-color: #132005;
}
.TagClassName
{
border-color: #132005;
}
</style>