Shades of Pine Tree #1F300B
Tints of Pine Tree #1F300B
RGB
CMYK
RGB Variations
Color information
#1F300B (or 0x1F300B) is known color: Pine Tree. HEX triplet: 1F, 30 and 0B. RGB value is (31,48,11). Sum of RGB (Red+Green+Blue) = 31+48+11=90 (11% of max value = 765). Red value is 31 (12.5% from 255 or 34.44% from 90); Green value is 48 (19.14% from 255 or 53.33% from 90); Blue value is 11 (4.69% from 255 or 12.22% from 90); Max value from RGB is 48 - color contains mainly: green. Hex color #1F300B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1F300B is #E0CFF4. Grayscale: #262626. Windows color (decimal): -14733301 or 733215. OLE color: 733215.
HSL color Cylindrical-coordinate representation of color #1F300B: hue angle of 87.57º degrees, saturation: 0.63, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1F300B is Cyan = 0.35, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 31 | 48 | 11 | - |
| CMYK | 0.35 | 0 | 0.77 | 0.81 |
| HSL | 87.57º | 0.63% | 0.12% | - |
| HSV(B) | 87.57º | 0.77% | 0.19% | - |
| XYZ | 1.68 | 2.43 | 0.7 | - |
| YUV | 38.7 | 112.37 | 122.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 48 | 11 | 0.35 | 0 | 0.77 | 0.81 | 87.57 | 0.63 | 0.12 |
| Hex | 1F | 30 | B | 23 | 0 | 4D | 51 | 58 | 3F | C |
| Octal | 37 | 60 | 13 | 43 | 0 | 115 | 121 | 130 | 77 | 14 |
| Binary | 11111 | 110000 | 1011 | 100011 | 0 | 1001101 | 1010001 | 1011000 | 111111 | 1100 |
Color Harmonies of #1F300B
Complementary color
Monochromatic Colors of #1F300B
Black with #1F300B
Text Example
Text Example
White with #1F300B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F300B; }
p { color: rgb(31,48,11); }
H1.HeaderClassName
{
color: #1F300B;
}
.AnyTagClassName
{
color: #1F300B;
}
</style>
background-color css
<style>
a { background-color: #1F300B; }
a { background-color: rgb(31,48,11); }
div.DivClassName
{
background-color: #1F300B;
}
.BgClassName
{
background-color: #1F300B;
}
</style>
border-color css
<style>
span { border-color: #1F300B; }
span { border-color: rgb(31,48,11); }
td.TdClassName
{
border-color: #1F300B;
}
.TagClassName
{
border-color: #1F300B;
}
</style>