Shades of Pine Tree #132C00
Tints of Pine Tree #132C00
RGB
CMYK
RGB Variations
Color information
#132C00 (or 0x132C00) is known color: Pine Tree. HEX triplet: 13, 2C and 00. RGB value is (19,44,0). Sum of RGB (Red+Green+Blue) = 19+44+0=63 (8% of max value = 765). Red value is 19 (7.81% from 255 or 30.16% from 63); Green value is 44 (17.58% from 255 or 69.84% from 63); Blue value is 0 (0.39% from 255 or 0% from 63); Max value from RGB is 44 - color contains mainly: green. Hex color #132C00 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #132C00 is #ECD3FF. Grayscale: #1F1F1F. Windows color (decimal): -15520768 or 11283. OLE color: 11283.
HSL color Cylindrical-coordinate representation of color #132C00: hue angle of 94.09º degrees, saturation: 1, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 1%. Process color model (Four color, CMYK) of #132C00 is Cyan = 0.57, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 19 | 44 | 0 | - |
| CMYK | 0.57 | 0 | 1 | 0.83 |
| HSL | 94.09º | 1% | 0.09% | - |
| HSV(B) | 94.09º | 1% | 0.17% | - |
| XYZ | 1.17 | 1.94 | 0.31 | - |
| YUV | 31.51 | 110.22 | 119.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 44 | 0 | 0.57 | 0 | 1 | 0.83 | 94.09 | 1 | 0.09 |
| Hex | 13 | 2C | 0 | 39 | 0 | 64 | 53 | 5E | 64 | 9 |
| Octal | 23 | 54 | 0 | 71 | 0 | 144 | 123 | 136 | 144 | 11 |
| Binary | 10011 | 101100 | 0 | 111001 | 0 | 1100100 | 1010011 | 1011110 | 1100100 | 1001 |
Color Harmonies of #132C00
Complementary color
Monochromatic Colors of #132C00
Black with #132C00
Text Example
Text Example
White with #132C00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #132C00; }
p { color: rgb(19,44,0); }
H1.HeaderClassName
{
color: #132C00;
}
.AnyTagClassName
{
color: #132C00;
}
</style>
background-color css
<style>
a { background-color: #132C00; }
a { background-color: rgb(19,44,0); }
div.DivClassName
{
background-color: #132C00;
}
.BgClassName
{
background-color: #132C00;
}
</style>
border-color css
<style>
span { border-color: #132C00; }
span { border-color: rgb(19,44,0); }
td.TdClassName
{
border-color: #132C00;
}
.TagClassName
{
border-color: #132C00;
}
</style>