Shades of Pine Tree #1F300D
Tints of Pine Tree #1F300D
RGB
CMYK
RGB Variations
Color information
#1F300D (or 0x1F300D) is known color: Pine Tree. HEX triplet: 1F, 30 and 0D. RGB value is (31,48,13). Sum of RGB (Red+Green+Blue) = 31+48+13=92 (12% of max value = 765). Red value is 31 (12.5% from 255 or 33.70% from 92); Green value is 48 (19.14% from 255 or 52.17% from 92); Blue value is 13 (5.47% from 255 or 14.13% from 92); Max value from RGB is 48 - color contains mainly: green. Hex color #1F300D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1F300D is #E0CFF2. Grayscale: #272727. Windows color (decimal): -14733299 or 864287. OLE color: 864287.
HSL color Cylindrical-coordinate representation of color #1F300D: hue angle of 89.14º degrees, saturation: 0.57, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1F300D is Cyan = 0.35, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 31 | 48 | 13 | - |
| CMYK | 0.35 | 0 | 0.73 | 0.81 |
| HSL | 89.14º | 0.57% | 0.12% | - |
| HSV(B) | 89.14º | 0.73% | 0.19% | - |
| XYZ | 1.69 | 2.43 | 0.76 | - |
| YUV | 38.93 | 113.37 | 122.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 48 | 13 | 0.35 | 0 | 0.73 | 0.81 | 89.14 | 0.57 | 0.12 |
| Hex | 1F | 30 | D | 23 | 0 | 49 | 51 | 59 | 39 | C |
| Octal | 37 | 60 | 15 | 43 | 0 | 111 | 121 | 131 | 71 | 14 |
| Binary | 11111 | 110000 | 1101 | 100011 | 0 | 1001001 | 1010001 | 1011001 | 111001 | 1100 |
Color Harmonies of #1F300D
Complementary color
Monochromatic Colors of #1F300D
Black with #1F300D
Text Example
Text Example
White with #1F300D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F300D; }
p { color: rgb(31,48,13); }
H1.HeaderClassName
{
color: #1F300D;
}
.AnyTagClassName
{
color: #1F300D;
}
</style>
background-color css
<style>
a { background-color: #1F300D; }
a { background-color: rgb(31,48,13); }
div.DivClassName
{
background-color: #1F300D;
}
.BgClassName
{
background-color: #1F300D;
}
</style>
border-color css
<style>
span { border-color: #1F300D; }
span { border-color: rgb(31,48,13); }
td.TdClassName
{
border-color: #1F300D;
}
.TagClassName
{
border-color: #1F300D;
}
</style>