Shades of Pine Tree #1F3905
Tints of Pine Tree #1F3905
RGB
CMYK
RGB Variations
Color information
#1F3905 (or 0x1F3905) is known color: Pine Tree. HEX triplet: 1F, 39 and 05. RGB value is (31,57,5). Sum of RGB (Red+Green+Blue) = 31+57+5=93 (12% of max value = 765). Red value is 31 (12.5% from 255 or 33.33% from 93); Green value is 57 (22.66% from 255 or 61.29% from 93); Blue value is 5 (2.34% from 255 or 5.38% from 93); Max value from RGB is 57 - color contains mainly: green. Hex color #1F3905 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1F3905 is #E0C6FA. Grayscale: #2B2B2B. Windows color (decimal): -14731003 or 342303. OLE color: 342303.
HSL color Cylindrical-coordinate representation of color #1F3905: hue angle of 90º degrees, saturation: 0.84, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1F3905 is Cyan = 0.46, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 31 | 57 | 5 | - |
| CMYK | 0.46 | 0 | 0.91 | 0.78 |
| HSL | 90º | 0.84% | 0.12% | - |
| HSV(B) | 90º | 0.91% | 0.22% | - |
| XYZ | 2.06 | 3.23 | 0.66 | - |
| YUV | 43.3 | 106.39 | 119.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 57 | 5 | 0.46 | 0 | 0.91 | 0.78 | 90 | 0.84 | 0.12 |
| Hex | 1F | 39 | 5 | 2E | 0 | 5B | 4E | 5A | 54 | C |
| Octal | 37 | 71 | 5 | 56 | 0 | 133 | 116 | 132 | 124 | 14 |
| Binary | 11111 | 111001 | 101 | 101110 | 0 | 1011011 | 1001110 | 1011010 | 1010100 | 1100 |
Color Harmonies of #1F3905
Complementary color
Monochromatic Colors of #1F3905
Black with #1F3905
Text Example
Text Example
White with #1F3905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F3905; }
p { color: rgb(31,57,5); }
H1.HeaderClassName
{
color: #1F3905;
}
.AnyTagClassName
{
color: #1F3905;
}
</style>
background-color css
<style>
a { background-color: #1F3905; }
a { background-color: rgb(31,57,5); }
div.DivClassName
{
background-color: #1F3905;
}
.BgClassName
{
background-color: #1F3905;
}
</style>
border-color css
<style>
span { border-color: #1F3905; }
span { border-color: rgb(31,57,5); }
td.TdClassName
{
border-color: #1F3905;
}
.TagClassName
{
border-color: #1F3905;
}
</style>