Shades of Pine Tree #132905
Tints of Pine Tree #132905
RGB
CMYK
RGB Variations
Color information
#132905 (or 0x132905) is known color: Pine Tree. HEX triplet: 13, 29 and 05. RGB value is (19,41,5). Sum of RGB (Red+Green+Blue) = 19+41+5=65 (8% of max value = 765). Red value is 19 (7.81% from 255 or 29.23% from 65); Green value is 41 (16.41% from 255 or 63.08% from 65); Blue value is 5 (2.34% from 255 or 7.69% from 65); Max value from RGB is 41 - color contains mainly: green. Hex color #132905 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #132905 is #ECD6FA. Grayscale: #1E1E1E. Windows color (decimal): -15521531 or 338195. OLE color: 338195.
HSL color Cylindrical-coordinate representation of color #132905: hue angle of 96.67º degrees, saturation: 0.78, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #132905 is Cyan = 0.54, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 19 | 41 | 5 | - |
| CMYK | 0.54 | 0 | 0.88 | 0.84 |
| HSL | 96.67º | 0.78% | 0.09% | - |
| HSV(B) | 96.67º | 0.88% | 0.16% | - |
| XYZ | 1.09 | 1.74 | 0.42 | - |
| YUV | 30.32 | 113.71 | 119.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 41 | 5 | 0.54 | 0 | 0.88 | 0.84 | 96.67 | 0.78 | 0.09 |
| Hex | 13 | 29 | 5 | 36 | 0 | 58 | 54 | 61 | 4E | 9 |
| Octal | 23 | 51 | 5 | 66 | 0 | 130 | 124 | 141 | 116 | 11 |
| Binary | 10011 | 101001 | 101 | 110110 | 0 | 1011000 | 1010100 | 1100001 | 1001110 | 1001 |
Color Harmonies of #132905
Complementary color
Monochromatic Colors of #132905
Black with #132905
Text Example
Text Example
White with #132905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #132905; }
p { color: rgb(19,41,5); }
H1.HeaderClassName
{
color: #132905;
}
.AnyTagClassName
{
color: #132905;
}
</style>
background-color css
<style>
a { background-color: #132905; }
a { background-color: rgb(19,41,5); }
div.DivClassName
{
background-color: #132905;
}
.BgClassName
{
background-color: #132905;
}
</style>
border-color css
<style>
span { border-color: #132905; }
span { border-color: rgb(19,41,5); }
td.TdClassName
{
border-color: #132905;
}
.TagClassName
{
border-color: #132905;
}
</style>