Shades of Pine Tree #1F3009
Tints of Pine Tree #1F3009
RGB
CMYK
RGB Variations
Color information
#1F3009 (or 0x1F3009) is known color: Pine Tree. HEX triplet: 1F, 30 and 09. RGB value is (31,48,9). Sum of RGB (Red+Green+Blue) = 31+48+9=88 (11% of max value = 765). Red value is 31 (12.5% from 255 or 35.23% from 88); Green value is 48 (19.14% from 255 or 54.55% from 88); Blue value is 9 (3.91% from 255 or 10.23% from 88); Max value from RGB is 48 - color contains mainly: green. Hex color #1F3009 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1F3009 is #E0CFF6. Grayscale: #262626. Windows color (decimal): -14733303 or 602143. OLE color: 602143.
HSL color Cylindrical-coordinate representation of color #1F3009: hue angle of 86.15º degrees, saturation: 0.68, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1F3009 is Cyan = 0.35, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 31 | 48 | 9 | - |
| CMYK | 0.35 | 0 | 0.81 | 0.81 |
| HSL | 86.15º | 0.68% | 0.11% | - |
| HSV(B) | 86.15º | 0.81% | 0.19% | - |
| XYZ | 1.67 | 2.42 | 0.64 | - |
| YUV | 38.47 | 111.37 | 122.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 48 | 9 | 0.35 | 0 | 0.81 | 0.81 | 86.15 | 0.68 | 0.11 |
| Hex | 1F | 30 | 9 | 23 | 0 | 51 | 51 | 56 | 44 | B |
| Octal | 37 | 60 | 11 | 43 | 0 | 121 | 121 | 126 | 104 | 13 |
| Binary | 11111 | 110000 | 1001 | 100011 | 0 | 1010001 | 1010001 | 1010110 | 1000100 | 1011 |
Color Harmonies of #1F3009
Complementary color
Monochromatic Colors of #1F3009
Black with #1F3009
Text Example
Text Example
White with #1F3009
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F3009; }
p { color: rgb(31,48,9); }
H1.HeaderClassName
{
color: #1F3009;
}
.AnyTagClassName
{
color: #1F3009;
}
</style>
background-color css
<style>
a { background-color: #1F3009; }
a { background-color: rgb(31,48,9); }
div.DivClassName
{
background-color: #1F3009;
}
.BgClassName
{
background-color: #1F3009;
}
</style>
border-color css
<style>
span { border-color: #1F3009; }
span { border-color: rgb(31,48,9); }
td.TdClassName
{
border-color: #1F3009;
}
.TagClassName
{
border-color: #1F3009;
}
</style>