Shades of Pine Tree #132208
Tints of Pine Tree #132208
RGB
CMYK
RGB Variations
Color information
#132208 (or 0x132208) is known color: Pine Tree. HEX triplet: 13, 22 and 08. RGB value is (19,34,8). Sum of RGB (Red+Green+Blue) = 19+34+8=61 (8% of max value = 765). Red value is 19 (7.81% from 255 or 31.15% from 61); Green value is 34 (13.67% from 255 or 55.74% from 61); Blue value is 8 (3.52% from 255 or 13.11% from 61); Max value from RGB is 34 - color contains mainly: green. Hex color #132208 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #132208 is #ECDDF7. Grayscale: #1A1A1A. Windows color (decimal): -15523320 or 533011. OLE color: 533011.
HSL color Cylindrical-coordinate representation of color #132208: hue angle of 94.62º degrees, saturation: 0.62, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #132208 is Cyan = 0.44, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 19 | 34 | 8 | - |
| CMYK | 0.44 | 0 | 0.76 | 0.87 |
| HSL | 94.62º | 0.62% | 0.08% | - |
| HSV(B) | 94.62º | 0.76% | 0.13% | - |
| XYZ | 0.88 | 1.3 | 0.43 | - |
| YUV | 26.55 | 117.53 | 122.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 34 | 8 | 0.44 | 0 | 0.76 | 0.87 | 94.62 | 0.62 | 0.08 |
| Hex | 13 | 22 | 8 | 2C | 0 | 4C | 57 | 5F | 3E | 8 |
| Octal | 23 | 42 | 10 | 54 | 0 | 114 | 127 | 137 | 76 | 10 |
| Binary | 10011 | 100010 | 1000 | 101100 | 0 | 1001100 | 1010111 | 1011111 | 111110 | 1000 |
Color Harmonies of #132208
Complementary color
Monochromatic Colors of #132208
Black with #132208
Text Example
Text Example
White with #132208
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #132208; }
p { color: rgb(19,34,8); }
H1.HeaderClassName
{
color: #132208;
}
.AnyTagClassName
{
color: #132208;
}
</style>
background-color css
<style>
a { background-color: #132208; }
a { background-color: rgb(19,34,8); }
div.DivClassName
{
background-color: #132208;
}
.BgClassName
{
background-color: #132208;
}
</style>
border-color css
<style>
span { border-color: #132208; }
span { border-color: rgb(19,34,8); }
td.TdClassName
{
border-color: #132208;
}
.TagClassName
{
border-color: #132208;
}
</style>