Shades of Pine Tree #131B03
Tints of Pine Tree #131B03
RGB
CMYK
RGB Variations
Color information
#131B03 (or 0x131B03) is known color: Pine Tree. HEX triplet: 13, 1B and 03. RGB value is (19,27,3). Sum of RGB (Red+Green+Blue) = 19+27+3=49 (6% of max value = 765). Red value is 19 (7.81% from 255 or 38.78% from 49); Green value is 27 (10.94% from 255 or 55.10% from 49); Blue value is 3 (1.56% from 255 or 6.12% from 49); Max value from RGB is 27 - color contains mainly: green. Hex color #131B03 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #131B03 is #ECE4FC. Grayscale: #151515. Windows color (decimal): -15525117 or 203539. OLE color: 203539.
HSL color Cylindrical-coordinate representation of color #131B03: hue angle of 80º degrees, saturation: 0.8, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #131B03 is Cyan = 0.30, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 19 | 27 | 3 | - |
| CMYK | 0.30 | 0 | 0.89 | 0.89 |
| HSL | 80º | 0.8% | 0.06% | - |
| HSV(B) | 80º | 0.89% | 0.11% | - |
| XYZ | 0.68 | 0.93 | 0.23 | - |
| YUV | 21.87 | 117.35 | 125.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 27 | 3 | 0.30 | 0 | 0.89 | 0.89 | 80 | 0.8 | 0.06 |
| Hex | 13 | 1B | 3 | 1E | 0 | 59 | 59 | 50 | 50 | 6 |
| Octal | 23 | 33 | 3 | 36 | 0 | 131 | 131 | 120 | 120 | 6 |
| Binary | 10011 | 11011 | 11 | 11110 | 0 | 1011001 | 1011001 | 1010000 | 1010000 | 110 |
Color Harmonies of #131B03
Complementary color
Monochromatic Colors of #131B03
Black with #131B03
Text Example
Text Example
White with #131B03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131B03; }
p { color: rgb(19,27,3); }
H1.HeaderClassName
{
color: #131B03;
}
.AnyTagClassName
{
color: #131B03;
}
</style>
background-color css
<style>
a { background-color: #131B03; }
a { background-color: rgb(19,27,3); }
div.DivClassName
{
background-color: #131B03;
}
.BgClassName
{
background-color: #131B03;
}
</style>
border-color css
<style>
span { border-color: #131B03; }
span { border-color: rgb(19,27,3); }
td.TdClassName
{
border-color: #131B03;
}
.TagClassName
{
border-color: #131B03;
}
</style>