Shades of Pine Tree #1F270B
Tints of Pine Tree #1F270B
RGB
CMYK
RGB Variations
Color information
#1F270B (or 0x1F270B) is known color: Pine Tree. HEX triplet: 1F, 27 and 0B. RGB value is (31,39,11). Sum of RGB (Red+Green+Blue) = 31+39+11=81 (10% of max value = 765). Red value is 31 (12.5% from 255 or 38.27% from 81); Green value is 39 (15.62% from 255 or 48.15% from 81); Blue value is 11 (4.69% from 255 or 13.58% from 81); Max value from RGB is 39 - color contains mainly: green. Hex color #1F270B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1F270B is #E0D8F4. Grayscale: #212121. Windows color (decimal): -14735605 or 730911. OLE color: 730911.
HSL color Cylindrical-coordinate representation of color #1F270B: hue angle of 77.14º degrees, saturation: 0.56, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1F270B is Cyan = 0.21, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 31 | 39 | 11 | - |
| CMYK | 0.21 | 0 | 0.72 | 0.85 |
| HSL | 77.14º | 0.56% | 0.1% | - |
| HSV(B) | 77.14º | 0.72% | 0.15% | - |
| XYZ | 1.35 | 1.77 | 0.59 | - |
| YUV | 33.42 | 115.35 | 126.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 39 | 11 | 0.21 | 0 | 0.72 | 0.85 | 77.14 | 0.56 | 0.1 |
| Hex | 1F | 27 | B | 15 | 0 | 48 | 55 | 4D | 38 | A |
| Octal | 37 | 47 | 13 | 25 | 0 | 110 | 125 | 115 | 70 | 12 |
| Binary | 11111 | 100111 | 1011 | 10101 | 0 | 1001000 | 1010101 | 1001101 | 111000 | 1010 |
Color Harmonies of #1F270B
Complementary color
Monochromatic Colors of #1F270B
Black with #1F270B
Text Example
Text Example
White with #1F270B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F270B; }
p { color: rgb(31,39,11); }
H1.HeaderClassName
{
color: #1F270B;
}
.AnyTagClassName
{
color: #1F270B;
}
</style>
background-color css
<style>
a { background-color: #1F270B; }
a { background-color: rgb(31,39,11); }
div.DivClassName
{
background-color: #1F270B;
}
.BgClassName
{
background-color: #1F270B;
}
</style>
border-color css
<style>
span { border-color: #1F270B; }
span { border-color: rgb(31,39,11); }
td.TdClassName
{
border-color: #1F270B;
}
.TagClassName
{
border-color: #1F270B;
}
</style>