Shades of Pine Tree #132707
Tints of Pine Tree #132707
RGB
CMYK
RGB Variations
Color information
#132707 (or 0x132707) is known color: Pine Tree. HEX triplet: 13, 27 and 07. RGB value is (19,39,7). Sum of RGB (Red+Green+Blue) = 19+39+7=65 (8% of max value = 765). Red value is 19 (7.81% from 255 or 29.23% from 65); Green value is 39 (15.62% from 255 or 60% from 65); Blue value is 7 (3.12% from 255 or 10.77% from 65); Max value from RGB is 39 - color contains mainly: green. Hex color #132707 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #132707 is #ECD8F8. Grayscale: #1D1D1D. Windows color (decimal): -15522041 or 468755. OLE color: 468755.
HSL color Cylindrical-coordinate representation of color #132707: hue angle of 97.5º degrees, saturation: 0.7, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #132707 is Cyan = 0.51, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 19 | 39 | 7 | - |
| CMYK | 0.51 | 0 | 0.82 | 0.85 |
| HSL | 97.5º | 0.7% | 0.09% | - |
| HSV(B) | 97.5º | 0.82% | 0.15% | - |
| XYZ | 1.03 | 1.6 | 0.46 | - |
| YUV | 29.37 | 115.37 | 120.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 39 | 7 | 0.51 | 0 | 0.82 | 0.85 | 97.5 | 0.7 | 0.09 |
| Hex | 13 | 27 | 7 | 33 | 0 | 52 | 55 | 62 | 46 | 9 |
| Octal | 23 | 47 | 7 | 63 | 0 | 122 | 125 | 142 | 106 | 11 |
| Binary | 10011 | 100111 | 111 | 110011 | 0 | 1010010 | 1010101 | 1100010 | 1000110 | 1001 |
Color Harmonies of #132707
Complementary color
Monochromatic Colors of #132707
Black with #132707
Text Example
Text Example
White with #132707
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #132707; }
p { color: rgb(19,39,7); }
H1.HeaderClassName
{
color: #132707;
}
.AnyTagClassName
{
color: #132707;
}
</style>
background-color css
<style>
a { background-color: #132707; }
a { background-color: rgb(19,39,7); }
div.DivClassName
{
background-color: #132707;
}
.BgClassName
{
background-color: #132707;
}
</style>
border-color css
<style>
span { border-color: #132707; }
span { border-color: rgb(19,39,7); }
td.TdClassName
{
border-color: #132707;
}
.TagClassName
{
border-color: #132707;
}
</style>