Shades of Pine Tree #131C05
Tints of Pine Tree #131C05
RGB
CMYK
RGB Variations
Color information
#131C05 (or 0x131C05) is known color: Pine Tree. HEX triplet: 13, 1C and 05. RGB value is (19,28,5). Sum of RGB (Red+Green+Blue) = 19+28+5=52 (6% of max value = 765). Red value is 19 (7.81% from 255 or 36.54% from 52); Green value is 28 (11.33% from 255 or 53.85% from 52); Blue value is 5 (2.34% from 255 or 9.62% from 52); Max value from RGB is 28 - color contains mainly: green. Hex color #131C05 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #131C05 is #ECE3FA. Grayscale: #161616. Windows color (decimal): -15524859 or 334867. OLE color: 334867.
HSL color Cylindrical-coordinate representation of color #131C05: hue angle of 83.48º degrees, saturation: 0.7, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #131C05 is Cyan = 0.32, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 19 | 28 | 5 | - |
| CMYK | 0.32 | 0 | 0.82 | 0.89 |
| HSL | 83.48º | 0.7% | 0.06% | - |
| HSV(B) | 83.48º | 0.82% | 0.11% | - |
| XYZ | 0.71 | 0.98 | 0.3 | - |
| YUV | 22.69 | 118.02 | 125.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 28 | 5 | 0.32 | 0 | 0.82 | 0.89 | 83.48 | 0.7 | 0.06 |
| Hex | 13 | 1C | 5 | 20 | 0 | 52 | 59 | 53 | 46 | 6 |
| Octal | 23 | 34 | 5 | 40 | 0 | 122 | 131 | 123 | 106 | 6 |
| Binary | 10011 | 11100 | 101 | 100000 | 0 | 1010010 | 1011001 | 1010011 | 1000110 | 110 |
Color Harmonies of #131C05
Complementary color
Monochromatic Colors of #131C05
Black with #131C05
Text Example
Text Example
White with #131C05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131C05; }
p { color: rgb(19,28,5); }
H1.HeaderClassName
{
color: #131C05;
}
.AnyTagClassName
{
color: #131C05;
}
</style>
background-color css
<style>
a { background-color: #131C05; }
a { background-color: rgb(19,28,5); }
div.DivClassName
{
background-color: #131C05;
}
.BgClassName
{
background-color: #131C05;
}
</style>
border-color css
<style>
span { border-color: #131C05; }
span { border-color: rgb(19,28,5); }
td.TdClassName
{
border-color: #131C05;
}
.TagClassName
{
border-color: #131C05;
}
</style>