Shades of Pine Tree #131D01
Tints of Pine Tree #131D01
RGB
CMYK
RGB Variations
Color information
#131D01 (or 0x131D01) is known color: Pine Tree. HEX triplet: 13, 1D and 01. RGB value is (19,29,1). Sum of RGB (Red+Green+Blue) = 19+29+1=49 (6% of max value = 765). Red value is 19 (7.81% from 255 or 38.78% from 49); Green value is 29 (11.72% from 255 or 59.18% from 49); Blue value is 1 (0.78% from 255 or 2.04% from 49); Max value from RGB is 29 - color contains mainly: green. Hex color #131D01 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #131D01 is #ECE2FE. Grayscale: #161616. Windows color (decimal): -15524607 or 72979. OLE color: 72979.
HSL color Cylindrical-coordinate representation of color #131D01: hue angle of 81.43º degrees, saturation: 0.93, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #131D01 is Cyan = 0.34, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 19 | 29 | 1 | - |
| CMYK | 0.34 | 0 | 0.97 | 0.89 |
| HSL | 81.43º | 0.93% | 0.06% | - |
| HSV(B) | 81.43º | 0.97% | 0.11% | - |
| XYZ | 0.71 | 1.02 | 0.19 | - |
| YUV | 22.82 | 115.69 | 125.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 29 | 1 | 0.34 | 0 | 0.97 | 0.89 | 81.43 | 0.93 | 0.06 |
| Hex | 13 | 1D | 1 | 22 | 0 | 61 | 59 | 51 | 5D | 6 |
| Octal | 23 | 35 | 1 | 42 | 0 | 141 | 131 | 121 | 135 | 6 |
| Binary | 10011 | 11101 | 1 | 100010 | 0 | 1100001 | 1011001 | 1010001 | 1011101 | 110 |
Color Harmonies of #131D01
Complementary color
Monochromatic Colors of #131D01
Black with #131D01
Text Example
Text Example
White with #131D01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131D01; }
p { color: rgb(19,29,1); }
H1.HeaderClassName
{
color: #131D01;
}
.AnyTagClassName
{
color: #131D01;
}
</style>
background-color css
<style>
a { background-color: #131D01; }
a { background-color: rgb(19,29,1); }
div.DivClassName
{
background-color: #131D01;
}
.BgClassName
{
background-color: #131D01;
}
</style>
border-color css
<style>
span { border-color: #131D01; }
span { border-color: rgb(19,29,1); }
td.TdClassName
{
border-color: #131D01;
}
.TagClassName
{
border-color: #131D01;
}
</style>