Shades of Pine Tree #131C09
Tints of Pine Tree #131C09
RGB
CMYK
RGB Variations
Color information
#131C09 (or 0x131C09) is known color: Pine Tree. HEX triplet: 13, 1C and 09. RGB value is (19,28,9). Sum of RGB (Red+Green+Blue) = 19+28+9=56 (7% of max value = 765). Red value is 19 (7.81% from 255 or 33.93% from 56); Green value is 28 (11.33% from 255 or 50% from 56); Blue value is 9 (3.91% from 255 or 16.07% from 56); Max value from RGB is 28 - color contains mainly: green. Hex color #131C09 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #131C09 is #ECE3F6. Grayscale: #171717. Windows color (decimal): -15524855 or 597011. OLE color: 597011.
HSL color Cylindrical-coordinate representation of color #131C09: hue angle of 88.42º degrees, saturation: 0.51, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #131C09 is Cyan = 0.32, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 19 | 28 | 9 | - |
| CMYK | 0.32 | 0 | 0.68 | 0.89 |
| HSL | 88.42º | 0.51% | 0.07% | - |
| HSV(B) | 88.42º | 0.68% | 0.11% | - |
| XYZ | 0.73 | 0.99 | 0.41 | - |
| YUV | 23.14 | 120.02 | 125.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 28 | 9 | 0.32 | 0 | 0.68 | 0.89 | 88.42 | 0.51 | 0.07 |
| Hex | 13 | 1C | 9 | 20 | 0 | 44 | 59 | 58 | 33 | 7 |
| Octal | 23 | 34 | 11 | 40 | 0 | 104 | 131 | 130 | 63 | 7 |
| Binary | 10011 | 11100 | 1001 | 100000 | 0 | 1000100 | 1011001 | 1011000 | 110011 | 111 |
Color Harmonies of #131C09
Complementary color
Monochromatic Colors of #131C09
Black with #131C09
Text Example
Text Example
White with #131C09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131C09; }
p { color: rgb(19,28,9); }
H1.HeaderClassName
{
color: #131C09;
}
.AnyTagClassName
{
color: #131C09;
}
</style>
background-color css
<style>
a { background-color: #131C09; }
a { background-color: rgb(19,28,9); }
div.DivClassName
{
background-color: #131C09;
}
.BgClassName
{
background-color: #131C09;
}
</style>
border-color css
<style>
span { border-color: #131C09; }
span { border-color: rgb(19,28,9); }
td.TdClassName
{
border-color: #131C09;
}
.TagClassName
{
border-color: #131C09;
}
</style>