Shades of Pine Tree #132A05
Tints of Pine Tree #132A05
RGB
CMYK
RGB Variations
Color information
#132A05 (or 0x132A05) is known color: Pine Tree. HEX triplet: 13, 2A and 05. RGB value is (19,42,5). Sum of RGB (Red+Green+Blue) = 19+42+5=66 (8% of max value = 765). Red value is 19 (7.81% from 255 or 28.79% from 66); Green value is 42 (16.80% from 255 or 63.64% from 66); Blue value is 5 (2.34% from 255 or 7.58% from 66); Max value from RGB is 42 - color contains mainly: green. Hex color #132A05 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #132A05 is #ECD5FA. Grayscale: #1F1F1F. Windows color (decimal): -15521275 or 338451. OLE color: 338451.
HSL color Cylindrical-coordinate representation of color #132A05: hue angle of 97.3º degrees, saturation: 0.79, 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 #132A05 is Cyan = 0.55, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 19 | 42 | 5 | - |
| CMYK | 0.55 | 0 | 0.88 | 0.84 |
| HSL | 97.3º | 0.79% | 0.09% | - |
| HSV(B) | 97.3º | 0.88% | 0.16% | - |
| XYZ | 1.12 | 1.81 | 0.43 | - |
| YUV | 30.91 | 113.38 | 119.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 42 | 5 | 0.55 | 0 | 0.88 | 0.84 | 97.3 | 0.79 | 0.09 |
| Hex | 13 | 2A | 5 | 37 | 0 | 58 | 54 | 61 | 4F | 9 |
| Octal | 23 | 52 | 5 | 67 | 0 | 130 | 124 | 141 | 117 | 11 |
| Binary | 10011 | 101010 | 101 | 110111 | 0 | 1011000 | 1010100 | 1100001 | 1001111 | 1001 |
Color Harmonies of #132A05
Complementary color
Monochromatic Colors of #132A05
Black with #132A05
Text Example
Text Example
White with #132A05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #132A05; }
p { color: rgb(19,42,5); }
H1.HeaderClassName
{
color: #132A05;
}
.AnyTagClassName
{
color: #132A05;
}
</style>
background-color css
<style>
a { background-color: #132A05; }
a { background-color: rgb(19,42,5); }
div.DivClassName
{
background-color: #132A05;
}
.BgClassName
{
background-color: #132A05;
}
</style>
border-color css
<style>
span { border-color: #132A05; }
span { border-color: rgb(19,42,5); }
td.TdClassName
{
border-color: #132A05;
}
.TagClassName
{
border-color: #132A05;
}
</style>