Shades of Pine Tree #131C0A
Tints of Pine Tree #131C0A
RGB
CMYK
RGB Variations
Color information
#131C0A (or 0x131C0A) is known color: Pine Tree. HEX triplet: 13, 1C and 0A. RGB value is (19,28,10). Sum of RGB (Red+Green+Blue) = 19+28+10=57 (7% of max value = 765). Red value is 19 (7.81% from 255 or 33.33% from 57); Green value is 28 (11.33% from 255 or 49.12% from 57); Blue value is 10 (4.30% from 255 or 17.54% from 57); Max value from RGB is 28 - color contains mainly: green. Hex color #131C0A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #131C0A is #ECE3F5. Grayscale: #171717. Windows color (decimal): -15524854 or 662547. OLE color: 662547.
HSL color Cylindrical-coordinate representation of color #131C0A: hue angle of 90º degrees, saturation: 0.47, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #131C0A is Cyan = 0.32, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 19 | 28 | 10 | - |
| CMYK | 0.32 | 0 | 0.64 | 0.89 |
| HSL | 90º | 0.47% | 0.07% | - |
| HSV(B) | 90º | 0.64% | 0.11% | - |
| XYZ | 0.74 | 0.99 | 0.44 | - |
| YUV | 23.26 | 120.52 | 124.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 28 | 10 | 0.32 | 0 | 0.64 | 0.89 | 90 | 0.47 | 0.07 |
| Hex | 13 | 1C | A | 20 | 0 | 40 | 59 | 5A | 2F | 7 |
| Octal | 23 | 34 | 12 | 40 | 0 | 100 | 131 | 132 | 57 | 7 |
| Binary | 10011 | 11100 | 1010 | 100000 | 0 | 1000000 | 1011001 | 1011010 | 101111 | 111 |
Color Harmonies of #131C0A
Complementary color
Monochromatic Colors of #131C0A
Black with #131C0A
Text Example
Text Example
White with #131C0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131C0A; }
p { color: rgb(19,28,10); }
H1.HeaderClassName
{
color: #131C0A;
}
.AnyTagClassName
{
color: #131C0A;
}
</style>
background-color css
<style>
a { background-color: #131C0A; }
a { background-color: rgb(19,28,10); }
div.DivClassName
{
background-color: #131C0A;
}
.BgClassName
{
background-color: #131C0A;
}
</style>
border-color css
<style>
span { border-color: #131C0A; }
span { border-color: rgb(19,28,10); }
td.TdClassName
{
border-color: #131C0A;
}
.TagClassName
{
border-color: #131C0A;
}
</style>