Shades of Pine Tree #131B05
Tints of Pine Tree #131B05
RGB
CMYK
RGB Variations
Color information
#131B05 (or 0x131B05) is known color: Pine Tree. HEX triplet: 13, 1B and 05. RGB value is (19,27,5). Sum of RGB (Red+Green+Blue) = 19+27+5=51 (6% of max value = 765). Red value is 19 (7.81% from 255 or 37.25% from 51); Green value is 27 (10.94% from 255 or 52.94% from 51); Blue value is 5 (2.34% from 255 or 9.80% from 51); Max value from RGB is 27 - color contains mainly: green. Hex color #131B05 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #131B05 is #ECE4FA. Grayscale: #161616. Windows color (decimal): -15525115 or 334611. OLE color: 334611.
HSL color Cylindrical-coordinate representation of color #131B05: hue angle of 81.82º degrees, saturation: 0.69, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #131B05 is Cyan = 0.30, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.89.
Color convert
RGB | 19 | 27 | 5 | - |
CMYK | 0.30 | 0 | 0.81 | 0.89 |
HSL | 81.82º | 0.69% | 0.06% | - |
HSV(B) | 81.82º | 0.81% | 0.11% | - |
XYZ | 0.69 | 0.93 | 0.29 | - |
YUV | 22.1 | 118.35 | 125.79 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 19 | 27 | 5 | 0.30 | 0 | 0.81 | 0.89 | 81.82 | 0.69 | 0.06 |
Hex | 13 | 1B | 5 | 1E | 0 | 51 | 59 | 52 | 45 | 6 |
Octal | 23 | 33 | 5 | 36 | 0 | 121 | 131 | 122 | 105 | 6 |
Binary | 10011 | 11011 | 101 | 11110 | 0 | 1010001 | 1011001 | 1010010 | 1000101 | 110 |
Color Harmonies of #131B05
Complementary color
Monochromatic Colors of #131B05
Black with #131B05
Text Example
Text Example
White with #131B05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131B05; }
p { color: rgb(19,27,5); }
H1.HeaderClassName
{
color: #131B05;
}
.AnyTagClassName
{
color: #131B05;
}
</style>
background-color css
<style>
a { background-color: #131B05; }
a { background-color: rgb(19,27,5); }
div.DivClassName
{
background-color: #131B05;
}
.BgClassName
{
background-color: #131B05;
}
</style>
border-color css
<style>
span { border-color: #131B05; }
span { border-color: rgb(19,27,5); }
td.TdClassName
{
border-color: #131B05;
}
.TagClassName
{
border-color: #131B05;
}
</style>