Shades of Pine Tree #131C03
Tints of Pine Tree #131C03
RGB
CMYK
RGB Variations
Color information
#131C03 (or 0x131C03) is known color: Pine Tree. HEX triplet: 13, 1C and 03. RGB value is (19,28,3). Sum of RGB (Red+Green+Blue) = 19+28+3=50 (6% of max value = 765). Red value is 19 (7.81% from 255 or 38% from 50); Green value is 28 (11.33% from 255 or 56% from 50); Blue value is 3 (1.56% from 255 or 6% from 50); Max value from RGB is 28 - color contains mainly: green. Hex color #131C03 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #131C03 is #ECE3FC. Grayscale: #161616. Windows color (decimal): -15524861 or 203795. OLE color: 203795.
HSL color Cylindrical-coordinate representation of color #131C03: hue angle of 81.6º degrees, saturation: 0.81, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #131C03 is Cyan = 0.32, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 19 | 28 | 3 | - |
| CMYK | 0.32 | 0 | 0.89 | 0.89 |
| HSL | 81.6º | 0.81% | 0.06% | - |
| HSV(B) | 81.6º | 0.89% | 0.11% | - |
| XYZ | 0.7 | 0.98 | 0.24 | - |
| YUV | 22.46 | 117.02 | 125.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 28 | 3 | 0.32 | 0 | 0.89 | 0.89 | 81.6 | 0.81 | 0.06 |
| Hex | 13 | 1C | 3 | 20 | 0 | 59 | 59 | 52 | 51 | 6 |
| Octal | 23 | 34 | 3 | 40 | 0 | 131 | 131 | 122 | 121 | 6 |
| Binary | 10011 | 11100 | 11 | 100000 | 0 | 1011001 | 1011001 | 1010010 | 1010001 | 110 |
Color Harmonies of #131C03
Complementary color
Monochromatic Colors of #131C03
Black with #131C03
Text Example
Text Example
White with #131C03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131C03; }
p { color: rgb(19,28,3); }
H1.HeaderClassName
{
color: #131C03;
}
.AnyTagClassName
{
color: #131C03;
}
</style>
background-color css
<style>
a { background-color: #131C03; }
a { background-color: rgb(19,28,3); }
div.DivClassName
{
background-color: #131C03;
}
.BgClassName
{
background-color: #131C03;
}
</style>
border-color css
<style>
span { border-color: #131C03; }
span { border-color: rgb(19,28,3); }
td.TdClassName
{
border-color: #131C03;
}
.TagClassName
{
border-color: #131C03;
}
</style>