Shades of Pine Tree #1F4103
Tints of Pine Tree #1F4103
RGB
CMYK
RGB Variations
Color information
#1F4103 (or 0x1F4103) is known color: Pine Tree. HEX triplet: 1F, 41 and 03. RGB value is (31,65,3). Sum of RGB (Red+Green+Blue) = 31+65+3=99 (13% of max value = 765). Red value is 31 (12.5% from 255 or 31.31% from 99); Green value is 65 (25.78% from 255 or 65.66% from 99); Blue value is 3 (1.56% from 255 or 3.03% from 99); Max value from RGB is 65 - color contains mainly: green. Hex color #1F4103 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1F4103 is #E0BEFC. Grayscale: #2F2F2F. Windows color (decimal): -14728957 or 213279. OLE color: 213279.
HSL color Cylindrical-coordinate representation of color #1F4103: hue angle of 92.9º degrees, saturation: 0.91, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #1F4103 is Cyan = 0.52, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 31 | 65 | 3 | - |
| CMYK | 0.52 | 0 | 0.95 | 0.75 |
| HSL | 92.9º | 0.91% | 0.13% | - |
| HSV(B) | 92.9º | 0.95% | 0.25% | - |
| XYZ | 2.47 | 4.08 | 0.74 | - |
| YUV | 47.77 | 102.74 | 116.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 65 | 3 | 0.52 | 0 | 0.95 | 0.75 | 92.9 | 0.91 | 0.13 |
| Hex | 1F | 41 | 3 | 34 | 0 | 5F | 4B | 5D | 5B | D |
| Octal | 37 | 101 | 3 | 64 | 0 | 137 | 113 | 135 | 133 | 15 |
| Binary | 11111 | 1000001 | 11 | 110100 | 0 | 1011111 | 1001011 | 1011101 | 1011011 | 1101 |
Color Harmonies of #1F4103
Complementary color
Monochromatic Colors of #1F4103
Black with #1F4103
Text Example
Text Example
White with #1F4103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F4103; }
p { color: rgb(31,65,3); }
H1.HeaderClassName
{
color: #1F4103;
}
.AnyTagClassName
{
color: #1F4103;
}
</style>
background-color css
<style>
a { background-color: #1F4103; }
a { background-color: rgb(31,65,3); }
div.DivClassName
{
background-color: #1F4103;
}
.BgClassName
{
background-color: #1F4103;
}
</style>
border-color css
<style>
span { border-color: #1F4103; }
span { border-color: rgb(31,65,3); }
td.TdClassName
{
border-color: #1F4103;
}
.TagClassName
{
border-color: #1F4103;
}
</style>