Shades of Pine Tree #131A0B
Tints of Pine Tree #131A0B
RGB
CMYK
RGB Variations
Color information
#131A0B (or 0x131A0B) is known color: Pine Tree. HEX triplet: 13, 1A and 0B. RGB value is (19,26,11). Sum of RGB (Red+Green+Blue) = 19+26+11=56 (7% of max value = 765). Red value is 19 (7.81% from 255 or 33.93% from 56); Green value is 26 (10.55% from 255 or 46.43% from 56); Blue value is 11 (4.69% from 255 or 19.64% from 56); Max value from RGB is 26 - color contains mainly: green. Hex color #131A0B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #131A0B is #ECE5F4. Grayscale: #161616. Windows color (decimal): -15525365 or 727571. OLE color: 727571.
HSL color Cylindrical-coordinate representation of color #131A0B: hue angle of 88º degrees, saturation: 0.41, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #131A0B is Cyan = 0.27, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 19 | 26 | 11 | - |
| CMYK | 0.27 | 0 | 0.58 | 0.90 |
| HSL | 88º | 0.41% | 0.07% | - |
| HSV(B) | 88º | 0.58% | 0.1% | - |
| XYZ | 0.7 | 0.9 | 0.45 | - |
| YUV | 22.2 | 121.68 | 125.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 26 | 11 | 0.27 | 0 | 0.58 | 0.90 | 88 | 0.41 | 0.07 |
| Hex | 13 | 1A | B | 1B | 0 | 3A | 5A | 58 | 29 | 7 |
| Octal | 23 | 32 | 13 | 33 | 0 | 72 | 132 | 130 | 51 | 7 |
| Binary | 10011 | 11010 | 1011 | 11011 | 0 | 111010 | 1011010 | 1011000 | 101001 | 111 |
Color Harmonies of #131A0B
Complementary color
Monochromatic Colors of #131A0B
Black with #131A0B
Text Example
Text Example
White with #131A0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131A0B; }
p { color: rgb(19,26,11); }
H1.HeaderClassName
{
color: #131A0B;
}
.AnyTagClassName
{
color: #131A0B;
}
</style>
background-color css
<style>
a { background-color: #131A0B; }
a { background-color: rgb(19,26,11); }
div.DivClassName
{
background-color: #131A0B;
}
.BgClassName
{
background-color: #131A0B;
}
</style>
border-color css
<style>
span { border-color: #131A0B; }
span { border-color: rgb(19,26,11); }
td.TdClassName
{
border-color: #131A0B;
}
.TagClassName
{
border-color: #131A0B;
}
</style>