Shades of Pine Tree #132C05
Tints of Pine Tree #132C05
RGB
CMYK
RGB Variations
Color information
#132C05 (or 0x132C05) is known color: Pine Tree. HEX triplet: 13, 2C and 05. RGB value is (19,44,5). Sum of RGB (Red+Green+Blue) = 19+44+5=68 (9% of max value = 765). Red value is 19 (7.81% from 255 or 27.94% from 68); Green value is 44 (17.58% from 255 or 64.71% from 68); Blue value is 5 (2.34% from 255 or 7.35% from 68); Max value from RGB is 44 - color contains mainly: green. Hex color #132C05 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #132C05 is #ECD3FA. Grayscale: #202020. Windows color (decimal): -15520763 or 338963. OLE color: 338963.
HSL color Cylindrical-coordinate representation of color #132C05: hue angle of 98.46º degrees, saturation: 0.8, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #132C05 is Cyan = 0.57, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 19 | 44 | 5 | - |
| CMYK | 0.57 | 0 | 0.89 | 0.83 |
| HSL | 98.46º | 0.8% | 0.1% | - |
| HSV(B) | 98.46º | 0.89% | 0.17% | - |
| XYZ | 1.2 | 1.95 | 0.46 | - |
| YUV | 32.08 | 112.72 | 118.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 44 | 5 | 0.57 | 0 | 0.89 | 0.83 | 98.46 | 0.8 | 0.1 |
| Hex | 13 | 2C | 5 | 39 | 0 | 59 | 53 | 62 | 50 | A |
| Octal | 23 | 54 | 5 | 71 | 0 | 131 | 123 | 142 | 120 | 12 |
| Binary | 10011 | 101100 | 101 | 111001 | 0 | 1011001 | 1010011 | 1100010 | 1010000 | 1010 |
Color Harmonies of #132C05
Complementary color
Monochromatic Colors of #132C05
Black with #132C05
Text Example
Text Example
White with #132C05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #132C05; }
p { color: rgb(19,44,5); }
H1.HeaderClassName
{
color: #132C05;
}
.AnyTagClassName
{
color: #132C05;
}
</style>
background-color css
<style>
a { background-color: #132C05; }
a { background-color: rgb(19,44,5); }
div.DivClassName
{
background-color: #132C05;
}
.BgClassName
{
background-color: #132C05;
}
</style>
border-color css
<style>
span { border-color: #132C05; }
span { border-color: rgb(19,44,5); }
td.TdClassName
{
border-color: #132C05;
}
.TagClassName
{
border-color: #132C05;
}
</style>