Shades of Pine Tree #131B00
Tints of Pine Tree #131B00
RGB
CMYK
RGB Variations
Color information
#131B00 (or 0x131B00) is known color: Pine Tree. HEX triplet: 13, 1B and 00. RGB value is (19,27,0). Sum of RGB (Red+Green+Blue) = 19+27+0=46 (6% of max value = 765). Red value is 19 (7.81% from 255 or 41.30% from 46); Green value is 27 (10.94% from 255 or 58.70% from 46); Blue value is 0 (0.39% from 255 or 0% from 46); Max value from RGB is 27 - color contains mainly: green. Hex color #131B00 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #131B00 is #ECE4FF. Grayscale: #151515. Windows color (decimal): -15525120 or 6931. OLE color: 6931.
HSL color Cylindrical-coordinate representation of color #131B00: hue angle of 77.78º degrees, saturation: 1, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 1%. Process color model (Four color, CMYK) of #131B00 is Cyan = 0.30, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 19 | 27 | 0 | - |
| CMYK | 0.30 | 0 | 1 | 0.89 |
| HSL | 77.78º | 1% | 0.05% | - |
| HSV(B) | 77.78º | 1% | 0.11% | - |
| XYZ | 0.66 | 0.92 | 0.14 | - |
| YUV | 21.53 | 115.85 | 126.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 27 | 0 | 0.30 | 0 | 1 | 0.89 | 77.78 | 1 | 0.05 |
| Hex | 13 | 1B | 0 | 1E | 0 | 64 | 59 | 4E | 64 | 5 |
| Octal | 23 | 33 | 0 | 36 | 0 | 144 | 131 | 116 | 144 | 5 |
| Binary | 10011 | 11011 | 0 | 11110 | 0 | 1100100 | 1011001 | 1001110 | 1100100 | 101 |
Color Harmonies of #131B00
Complementary color
Monochromatic Colors of #131B00
Black with #131B00
Text Example
Text Example
White with #131B00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131B00; }
p { color: rgb(19,27,0); }
H1.HeaderClassName
{
color: #131B00;
}
.AnyTagClassName
{
color: #131B00;
}
</style>
background-color css
<style>
a { background-color: #131B00; }
a { background-color: rgb(19,27,0); }
div.DivClassName
{
background-color: #131B00;
}
.BgClassName
{
background-color: #131B00;
}
</style>
border-color css
<style>
span { border-color: #131B00; }
span { border-color: rgb(19,27,0); }
td.TdClassName
{
border-color: #131B00;
}
.TagClassName
{
border-color: #131B00;
}
</style>