Shades of Pine Tree #132A00
Tints of Pine Tree #132A00
RGB
CMYK
RGB Variations
Color information
#132A00 (or 0x132A00) is known color: Pine Tree. HEX triplet: 13, 2A and 00. RGB value is (19,42,0). Sum of RGB (Red+Green+Blue) = 19+42+0=61 (8% of max value = 765). Red value is 19 (7.81% from 255 or 31.15% from 61); Green value is 42 (16.80% from 255 or 68.85% from 61); Blue value is 0 (0.39% from 255 or 0% from 61); Max value from RGB is 42 - color contains mainly: green. Hex color #132A00 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #132A00 is #ECD5FF. Grayscale: #1E1E1E. Windows color (decimal): -15521280 or 10771. OLE color: 10771.
HSL color Cylindrical-coordinate representation of color #132A00: hue angle of 92.86º degrees, saturation: 1, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 1%. Process color model (Four color, CMYK) of #132A00 is Cyan = 0.55, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 19 | 42 | 0 | - |
| CMYK | 0.55 | 0 | 1 | 0.84 |
| HSL | 92.86º | 1% | 0.08% | - |
| HSV(B) | 92.86º | 1% | 0.16% | - |
| XYZ | 1.1 | 1.79 | 0.29 | - |
| YUV | 30.34 | 110.88 | 119.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 42 | 0 | 0.55 | 0 | 1 | 0.84 | 92.86 | 1 | 0.08 |
| Hex | 13 | 2A | 0 | 37 | 0 | 64 | 54 | 5D | 64 | 8 |
| Octal | 23 | 52 | 0 | 67 | 0 | 144 | 124 | 135 | 144 | 10 |
| Binary | 10011 | 101010 | 0 | 110111 | 0 | 1100100 | 1010100 | 1011101 | 1100100 | 1000 |
Color Harmonies of #132A00
Complementary color
Monochromatic Colors of #132A00
Black with #132A00
Text Example
Text Example
White with #132A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #132A00; }
p { color: rgb(19,42,0); }
H1.HeaderClassName
{
color: #132A00;
}
.AnyTagClassName
{
color: #132A00;
}
</style>
background-color css
<style>
a { background-color: #132A00; }
a { background-color: rgb(19,42,0); }
div.DivClassName
{
background-color: #132A00;
}
.BgClassName
{
background-color: #132A00;
}
</style>
border-color css
<style>
span { border-color: #132A00; }
span { border-color: rgb(19,42,0); }
td.TdClassName
{
border-color: #132A00;
}
.TagClassName
{
border-color: #132A00;
}
</style>