Shades of Pine Tree #272E1F
Tints of Pine Tree #272E1F
RGB
CMYK
RGB Variations
Color information
#272E1F (or 0x272E1F) is known color: Pine Tree. HEX triplet: 27, 2E and 1F. RGB value is (39,46,31). Sum of RGB (Red+Green+Blue) = 39+46+31=116 (15% of max value = 765). Red value is 39 (15.62% from 255 or 33.62% from 116); Green value is 46 (18.36% from 255 or 39.66% from 116); Blue value is 31 (12.5% from 255 or 26.72% from 116); Max value from RGB is 46 - color contains mainly: green. Hex color #272E1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #272E1F is #D8D1E0. Grayscale: #2A2A2A. Windows color (decimal): -14209505 or 2043431. OLE color: 2043431.
HSL color Cylindrical-coordinate representation of color #272E1F: hue angle of 88º degrees, saturation: 0.19, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #272E1F is Cyan = 0.15, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 39 | 46 | 31 | - |
| CMYK | 0.15 | 0 | 0.33 | 0.82 |
| HSL | 88º | 0.19% | 0.15% | - |
| HSV(B) | 88º | 0.33% | 0.18% | - |
| XYZ | 2.06 | 2.48 | 1.67 | - |
| YUV | 42.2 | 121.68 | 125.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 46 | 31 | 0.15 | 0 | 0.33 | 0.82 | 88 | 0.19 | 0.15 |
| Hex | 27 | 2E | 1F | F | 0 | 21 | 52 | 58 | 13 | F |
| Octal | 47 | 56 | 37 | 17 | 0 | 41 | 122 | 130 | 23 | 17 |
| Binary | 100111 | 101110 | 11111 | 1111 | 0 | 100001 | 1010010 | 1011000 | 10011 | 1111 |
Color Harmonies of #272E1F
Complementary color
Monochromatic Colors of #272E1F
Black with #272E1F
Text Example
Text Example
White with #272E1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #272E1F; }
p { color: rgb(39,46,31); }
H1.HeaderClassName
{
color: #272E1F;
}
.AnyTagClassName
{
color: #272E1F;
}
</style>
background-color css
<style>
a { background-color: #272E1F; }
a { background-color: rgb(39,46,31); }
div.DivClassName
{
background-color: #272E1F;
}
.BgClassName
{
background-color: #272E1F;
}
</style>
border-color css
<style>
span { border-color: #272E1F; }
span { border-color: rgb(39,46,31); }
td.TdClassName
{
border-color: #272E1F;
}
.TagClassName
{
border-color: #272E1F;
}
</style>