Shades of Pine Tree #1F3103
Tints of Pine Tree #1F3103
RGB
CMYK
RGB Variations
Color information
#1F3103 (or 0x1F3103) is known color: Pine Tree. HEX triplet: 1F, 31 and 03. RGB value is (31,49,3). Sum of RGB (Red+Green+Blue) = 31+49+3=83 (10% of max value = 765). Red value is 31 (12.5% from 255 or 37.35% from 83); Green value is 49 (19.53% from 255 or 59.04% from 83); Blue value is 3 (1.56% from 255 or 3.61% from 83); Max value from RGB is 49 - color contains mainly: green. Hex color #1F3103 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1F3103 is #E0CEFC. Grayscale: #262626. Windows color (decimal): -14733053 or 209183. OLE color: 209183.
HSL color Cylindrical-coordinate representation of color #1F3103: hue angle of 83.48º degrees, saturation: 0.88, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1F3103 is Cyan = 0.37, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 31 | 49 | 3 | - |
| CMYK | 0.37 | 0 | 0.94 | 0.81 |
| HSL | 83.48º | 0.88% | 0.1% | - |
| HSV(B) | 83.48º | 0.94% | 0.19% | - |
| XYZ | 1.68 | 2.49 | 0.48 | - |
| YUV | 38.37 | 108.04 | 122.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 49 | 3 | 0.37 | 0 | 0.94 | 0.81 | 83.48 | 0.88 | 0.1 |
| Hex | 1F | 31 | 3 | 25 | 0 | 5E | 51 | 53 | 58 | A |
| Octal | 37 | 61 | 3 | 45 | 0 | 136 | 121 | 123 | 130 | 12 |
| Binary | 11111 | 110001 | 11 | 100101 | 0 | 1011110 | 1010001 | 1010011 | 1011000 | 1010 |
Color Harmonies of #1F3103
Complementary color
Monochromatic Colors of #1F3103
Black with #1F3103
Text Example
Text Example
White with #1F3103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F3103; }
p { color: rgb(31,49,3); }
H1.HeaderClassName
{
color: #1F3103;
}
.AnyTagClassName
{
color: #1F3103;
}
</style>
background-color css
<style>
a { background-color: #1F3103; }
a { background-color: rgb(31,49,3); }
div.DivClassName
{
background-color: #1F3103;
}
.BgClassName
{
background-color: #1F3103;
}
</style>
border-color css
<style>
span { border-color: #1F3103; }
span { border-color: rgb(31,49,3); }
td.TdClassName
{
border-color: #1F3103;
}
.TagClassName
{
border-color: #1F3103;
}
</style>