Shades of Pine Tree #272F1A
Tints of Pine Tree #272F1A
RGB
CMYK
RGB Variations
Color information
#272F1A (or 0x272F1A) is known color: Pine Tree. HEX triplet: 27, 2F and 1A. RGB value is (39,47,26). Sum of RGB (Red+Green+Blue) = 39+47+26=112 (14% of max value = 765). Red value is 39 (15.62% from 255 or 34.82% from 112); Green value is 47 (18.75% from 255 or 41.96% from 112); Blue value is 26 (10.55% from 255 or 23.21% from 112); Max value from RGB is 47 - color contains mainly: green. Hex color #272F1A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #272F1A is #D8D0E5. Grayscale: #2A2A2A. Windows color (decimal): -14209254 or 1716007. OLE color: 1716007.
HSL color Cylindrical-coordinate representation of color #272F1A: hue angle of 82.86º degrees, saturation: 0.29, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #272F1A is Cyan = 0.17, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 39 | 47 | 26 | - |
| CMYK | 0.17 | 0 | 0.45 | 0.82 |
| HSL | 82.86º | 0.29% | 0.14% | - |
| HSV(B) | 82.86º | 0.45% | 0.18% | - |
| XYZ | 2.04 | 2.54 | 1.36 | - |
| YUV | 42.21 | 118.85 | 125.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 47 | 26 | 0.17 | 0 | 0.45 | 0.82 | 82.86 | 0.29 | 0.14 |
| Hex | 27 | 2F | 1A | 11 | 0 | 2D | 52 | 53 | 1D | E |
| Octal | 47 | 57 | 32 | 21 | 0 | 55 | 122 | 123 | 35 | 16 |
| Binary | 100111 | 101111 | 11010 | 10001 | 0 | 101101 | 1010010 | 1010011 | 11101 | 1110 |
Color Harmonies of #272F1A
Complementary color
Monochromatic Colors of #272F1A
Black with #272F1A
Text Example
Text Example
White with #272F1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #272F1A; }
p { color: rgb(39,47,26); }
H1.HeaderClassName
{
color: #272F1A;
}
.AnyTagClassName
{
color: #272F1A;
}
</style>
background-color css
<style>
a { background-color: #272F1A; }
a { background-color: rgb(39,47,26); }
div.DivClassName
{
background-color: #272F1A;
}
.BgClassName
{
background-color: #272F1A;
}
</style>
border-color css
<style>
span { border-color: #272F1A; }
span { border-color: rgb(39,47,26); }
td.TdClassName
{
border-color: #272F1A;
}
.TagClassName
{
border-color: #272F1A;
}
</style>