Shades of Pine Tree #132508
Tints of Pine Tree #132508
RGB
CMYK
RGB Variations
Color information
#132508 (or 0x132508) is known color: Pine Tree. HEX triplet: 13, 25 and 08. RGB value is (19,37,8). Sum of RGB (Red+Green+Blue) = 19+37+8=64 (8% of max value = 765). Red value is 19 (7.81% from 255 or 29.69% from 64); Green value is 37 (14.84% from 255 or 57.81% from 64); Blue value is 8 (3.52% from 255 or 12.5% from 64); Max value from RGB is 37 - color contains mainly: green. Hex color #132508 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #132508 is #ECDAF7. Grayscale: #1C1C1C. Windows color (decimal): -15522552 or 533779. OLE color: 533779.
HSL color Cylindrical-coordinate representation of color #132508: hue angle of 97.24º degrees, saturation: 0.64, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #132508 is Cyan = 0.49, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 19 | 37 | 8 | - |
| CMYK | 0.49 | 0 | 0.78 | 0.85 |
| HSL | 97.24º | 0.64% | 0.09% | - |
| HSV(B) | 97.24º | 0.78% | 0.15% | - |
| XYZ | 0.97 | 1.48 | 0.46 | - |
| YUV | 28.31 | 116.54 | 121.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 37 | 8 | 0.49 | 0 | 0.78 | 0.85 | 97.24 | 0.64 | 0.09 |
| Hex | 13 | 25 | 8 | 31 | 0 | 4E | 55 | 61 | 40 | 9 |
| Octal | 23 | 45 | 10 | 61 | 0 | 116 | 125 | 141 | 100 | 11 |
| Binary | 10011 | 100101 | 1000 | 110001 | 0 | 1001110 | 1010101 | 1100001 | 1000000 | 1001 |
Color Harmonies of #132508
Complementary color
Monochromatic Colors of #132508
Black with #132508
Text Example
Text Example
White with #132508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #132508; }
p { color: rgb(19,37,8); }
H1.HeaderClassName
{
color: #132508;
}
.AnyTagClassName
{
color: #132508;
}
</style>
background-color css
<style>
a { background-color: #132508; }
a { background-color: rgb(19,37,8); }
div.DivClassName
{
background-color: #132508;
}
.BgClassName
{
background-color: #132508;
}
</style>
border-color css
<style>
span { border-color: #132508; }
span { border-color: rgb(19,37,8); }
td.TdClassName
{
border-color: #132508;
}
.TagClassName
{
border-color: #132508;
}
</style>