Shades of Pine Tree #131A03
Tints of Pine Tree #131A03
RGB
CMYK
RGB Variations
Color information
#131A03 (or 0x131A03) is known color: Pine Tree. HEX triplet: 13, 1A and 03. RGB value is (19,26,3). Sum of RGB (Red+Green+Blue) = 19+26+3=48 (6% of max value = 765). Red value is 19 (7.81% from 255 or 39.58% from 48); Green value is 26 (10.55% from 255 or 54.17% from 48); Blue value is 3 (1.56% from 255 or 6.25% from 48); Max value from RGB is 26 - color contains mainly: green. Hex color #131A03 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #131A03 is #ECE5FC. Grayscale: #151515. Windows color (decimal): -15525373 or 203283. OLE color: 203283.
HSL color Cylindrical-coordinate representation of color #131A03: hue angle of 78.26º degrees, saturation: 0.79, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #131A03 is Cyan = 0.27, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 19 | 26 | 3 | - |
| CMYK | 0.27 | 0 | 0.88 | 0.90 |
| HSL | 78.26º | 0.79% | 0.06% | - |
| HSV(B) | 78.26º | 0.88% | 0.1% | - |
| XYZ | 0.65 | 0.88 | 0.22 | - |
| YUV | 21.29 | 117.68 | 126.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 26 | 3 | 0.27 | 0 | 0.88 | 0.90 | 78.26 | 0.79 | 0.06 |
| Hex | 13 | 1A | 3 | 1B | 0 | 58 | 5A | 4E | 4F | 6 |
| Octal | 23 | 32 | 3 | 33 | 0 | 130 | 132 | 116 | 117 | 6 |
| Binary | 10011 | 11010 | 11 | 11011 | 0 | 1011000 | 1011010 | 1001110 | 1001111 | 110 |
Color Harmonies of #131A03
Complementary color
Monochromatic Colors of #131A03
Black with #131A03
Text Example
Text Example
White with #131A03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131A03; }
p { color: rgb(19,26,3); }
H1.HeaderClassName
{
color: #131A03;
}
.AnyTagClassName
{
color: #131A03;
}
</style>
background-color css
<style>
a { background-color: #131A03; }
a { background-color: rgb(19,26,3); }
div.DivClassName
{
background-color: #131A03;
}
.BgClassName
{
background-color: #131A03;
}
</style>
border-color css
<style>
span { border-color: #131A03; }
span { border-color: rgb(19,26,3); }
td.TdClassName
{
border-color: #131A03;
}
.TagClassName
{
border-color: #131A03;
}
</style>