Shades of Pine Tree #1F390B
Tints of Pine Tree #1F390B
RGB
CMYK
RGB Variations
Color information
#1F390B (or 0x1F390B) is known color: Pine Tree. HEX triplet: 1F, 39 and 0B. RGB value is (31,57,11). Sum of RGB (Red+Green+Blue) = 31+57+11=99 (13% of max value = 765). Red value is 31 (12.5% from 255 or 31.31% from 99); Green value is 57 (22.66% from 255 or 57.58% from 99); Blue value is 11 (4.69% from 255 or 11.11% from 99); Max value from RGB is 57 - color contains mainly: green. Hex color #1F390B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1F390B is #E0C6F4. Grayscale: #2C2C2C. Windows color (decimal): -14730997 or 735519. OLE color: 735519.
HSL color Cylindrical-coordinate representation of color #1F390B: hue angle of 93.91º degrees, saturation: 0.68, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1F390B is Cyan = 0.46, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 31 | 57 | 11 | - |
| CMYK | 0.46 | 0 | 0.81 | 0.78 |
| HSL | 93.91º | 0.68% | 0.13% | - |
| HSV(B) | 93.91º | 0.81% | 0.22% | - |
| XYZ | 2.09 | 3.24 | 0.83 | - |
| YUV | 43.98 | 109.39 | 118.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 57 | 11 | 0.46 | 0 | 0.81 | 0.78 | 93.91 | 0.68 | 0.13 |
| Hex | 1F | 39 | B | 2E | 0 | 51 | 4E | 5E | 44 | D |
| Octal | 37 | 71 | 13 | 56 | 0 | 121 | 116 | 136 | 104 | 15 |
| Binary | 11111 | 111001 | 1011 | 101110 | 0 | 1010001 | 1001110 | 1011110 | 1000100 | 1101 |
Color Harmonies of #1F390B
Complementary color
Monochromatic Colors of #1F390B
Black with #1F390B
Text Example
Text Example
White with #1F390B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F390B; }
p { color: rgb(31,57,11); }
H1.HeaderClassName
{
color: #1F390B;
}
.AnyTagClassName
{
color: #1F390B;
}
</style>
background-color css
<style>
a { background-color: #1F390B; }
a { background-color: rgb(31,57,11); }
div.DivClassName
{
background-color: #1F390B;
}
.BgClassName
{
background-color: #1F390B;
}
</style>
border-color css
<style>
span { border-color: #1F390B; }
span { border-color: rgb(31,57,11); }
td.TdClassName
{
border-color: #1F390B;
}
.TagClassName
{
border-color: #1F390B;
}
</style>