Shades of Pine Tree #272F1F
Tints of Pine Tree #272F1F
RGB
CMYK
RGB Variations
Color information
#272F1F (or 0x272F1F) is known color: Pine Tree. HEX triplet: 27, 2F and 1F. RGB value is (39,47,31). Sum of RGB (Red+Green+Blue) = 39+47+31=117 (15% of max value = 765). Red value is 39 (15.62% from 255 or 33.33% from 117); Green value is 47 (18.75% from 255 or 40.17% from 117); Blue value is 31 (12.5% from 255 or 26.50% from 117); Max value from RGB is 47 - color contains mainly: green. Hex color #272F1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #272F1F is #D8D0E0. Grayscale: #2A2A2A. Windows color (decimal): -14209249 or 2043687. OLE color: 2043687.
HSL color Cylindrical-coordinate representation of color #272F1F: hue angle of 90º degrees, saturation: 0.21, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #272F1F is Cyan = 0.17, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 39 | 47 | 31 | - |
| CMYK | 0.17 | 0 | 0.34 | 0.82 |
| HSL | 90º | 0.21% | 0.15% | - |
| HSV(B) | 90º | 0.34% | 0.18% | - |
| XYZ | 2.1 | 2.56 | 1.68 | - |
| YUV | 42.78 | 121.35 | 125.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 47 | 31 | 0.17 | 0 | 0.34 | 0.82 | 90 | 0.21 | 0.15 |
| Hex | 27 | 2F | 1F | 11 | 0 | 22 | 52 | 5A | 15 | F |
| Octal | 47 | 57 | 37 | 21 | 0 | 42 | 122 | 132 | 25 | 17 |
| Binary | 100111 | 101111 | 11111 | 10001 | 0 | 100010 | 1010010 | 1011010 | 10101 | 1111 |
Color Harmonies of #272F1F
Complementary color
Monochromatic Colors of #272F1F
Black with #272F1F
Text Example
Text Example
White with #272F1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #272F1F; }
p { color: rgb(39,47,31); }
H1.HeaderClassName
{
color: #272F1F;
}
.AnyTagClassName
{
color: #272F1F;
}
</style>
background-color css
<style>
a { background-color: #272F1F; }
a { background-color: rgb(39,47,31); }
div.DivClassName
{
background-color: #272F1F;
}
.BgClassName
{
background-color: #272F1F;
}
</style>
border-color css
<style>
span { border-color: #272F1F; }
span { border-color: rgb(39,47,31); }
td.TdClassName
{
border-color: #272F1F;
}
.TagClassName
{
border-color: #272F1F;
}
</style>