Shades of Pine Tree #131B0F
Tints of Pine Tree #131B0F
RGB
CMYK
RGB Variations
Color information
#131B0F (or 0x131B0F) is known color: Pine Tree. HEX triplet: 13, 1B and 0F. RGB value is (19,27,15). Sum of RGB (Red+Green+Blue) = 19+27+15=61 (8% of max value = 765). Red value is 19 (7.81% from 255 or 31.15% from 61); Green value is 27 (10.94% from 255 or 44.26% from 61); Blue value is 15 (6.25% from 255 or 24.59% from 61); Max value from RGB is 27 - color contains mainly: green. Hex color #131B0F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #131B0F is #ECE4F0. Grayscale: #171717. Windows color (decimal): -15525105 or 989971. OLE color: 989971.
HSL color Cylindrical-coordinate representation of color #131B0F: hue angle of 100º degrees, saturation: 0.29, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #131B0F is Cyan = 0.30, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 19 | 27 | 15 | - |
| CMYK | 0.30 | 0 | 0.44 | 0.89 |
| HSL | 100º | 0.29% | 0.08% | - |
| HSV(B) | 100º | 0.44% | 0.11% | - |
| XYZ | 0.75 | 0.96 | 0.6 | - |
| YUV | 23.24 | 123.35 | 124.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 27 | 15 | 0.30 | 0 | 0.44 | 0.89 | 100 | 0.29 | 0.08 |
| Hex | 13 | 1B | F | 1E | 0 | 2C | 59 | 64 | 1D | 8 |
| Octal | 23 | 33 | 17 | 36 | 0 | 54 | 131 | 144 | 35 | 10 |
| Binary | 10011 | 11011 | 1111 | 11110 | 0 | 101100 | 1011001 | 1100100 | 11101 | 1000 |
Color Harmonies of #131B0F
Complementary color
Monochromatic Colors of #131B0F
Black with #131B0F
Text Example
Text Example
White with #131B0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131B0F; }
p { color: rgb(19,27,15); }
H1.HeaderClassName
{
color: #131B0F;
}
.AnyTagClassName
{
color: #131B0F;
}
</style>
background-color css
<style>
a { background-color: #131B0F; }
a { background-color: rgb(19,27,15); }
div.DivClassName
{
background-color: #131B0F;
}
.BgClassName
{
background-color: #131B0F;
}
</style>
border-color css
<style>
span { border-color: #131B0F; }
span { border-color: rgb(19,27,15); }
td.TdClassName
{
border-color: #131B0F;
}
.TagClassName
{
border-color: #131B0F;
}
</style>