Shades of Pine Tree #131C01
Tints of Pine Tree #131C01
RGB
CMYK
RGB Variations
Color information
#131C01 (or 0x131C01) is known color: Pine Tree. HEX triplet: 13, 1C and 01. RGB value is (19,28,1). Sum of RGB (Red+Green+Blue) = 19+28+1=48 (6% of max value = 765). Red value is 19 (7.81% from 255 or 39.58% from 48); Green value is 28 (11.33% from 255 or 58.33% from 48); Blue value is 1 (0.78% from 255 or 2.08% from 48); Max value from RGB is 28 - color contains mainly: green. Hex color #131C01 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #131C01 is #ECE3FE. Grayscale: #161616. Windows color (decimal): -15524863 or 72723. OLE color: 72723.
HSL color Cylindrical-coordinate representation of color #131C01: hue angle of 80º degrees, saturation: 0.93, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #131C01 is Cyan = 0.32, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 19 | 28 | 1 | - |
| CMYK | 0.32 | 0 | 0.96 | 0.89 |
| HSL | 80º | 0.93% | 0.06% | - |
| HSV(B) | 80º | 0.96% | 0.11% | - |
| XYZ | 0.69 | 0.97 | 0.18 | - |
| YUV | 22.23 | 116.02 | 125.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 28 | 1 | 0.32 | 0 | 0.96 | 0.89 | 80 | 0.93 | 0.06 |
| Hex | 13 | 1C | 1 | 20 | 0 | 60 | 59 | 50 | 5D | 6 |
| Octal | 23 | 34 | 1 | 40 | 0 | 140 | 131 | 120 | 135 | 6 |
| Binary | 10011 | 11100 | 1 | 100000 | 0 | 1100000 | 1011001 | 1010000 | 1011101 | 110 |
Color Harmonies of #131C01
Complementary color
Monochromatic Colors of #131C01
Black with #131C01
Text Example
Text Example
White with #131C01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131C01; }
p { color: rgb(19,28,1); }
H1.HeaderClassName
{
color: #131C01;
}
.AnyTagClassName
{
color: #131C01;
}
</style>
background-color css
<style>
a { background-color: #131C01; }
a { background-color: rgb(19,28,1); }
div.DivClassName
{
background-color: #131C01;
}
.BgClassName
{
background-color: #131C01;
}
</style>
border-color css
<style>
span { border-color: #131C01; }
span { border-color: rgb(19,28,1); }
td.TdClassName
{
border-color: #131C01;
}
.TagClassName
{
border-color: #131C01;
}
</style>