Shades of Pine Tree #272F17
Tints of Pine Tree #272F17
RGB
CMYK
RGB Variations
Color information
#272F17 (or 0x272F17) is known color: Pine Tree. HEX triplet: 27, 2F and 17. RGB value is (39,47,23). Sum of RGB (Red+Green+Blue) = 39+47+23=109 (14% of max value = 765). Red value is 39 (15.62% from 255 or 35.78% from 109); Green value is 47 (18.75% from 255 or 43.12% from 109); Blue value is 23 (9.38% from 255 or 21.10% from 109); Max value from RGB is 47 - color contains mainly: green. Hex color #272F17 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #272F17 is #D8D0E8. Grayscale: #292929. Windows color (decimal): -14209257 or 1519399. OLE color: 1519399.
HSL color Cylindrical-coordinate representation of color #272F17: hue angle of 80º degrees, saturation: 0.34, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #272F17 is Cyan = 0.17, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 39 | 47 | 23 | - |
| CMYK | 0.17 | 0 | 0.51 | 0.82 |
| HSL | 80º | 0.34% | 0.14% | - |
| HSV(B) | 80º | 0.51% | 0.18% | - |
| XYZ | 2.01 | 2.53 | 1.19 | - |
| YUV | 41.87 | 117.35 | 125.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 47 | 23 | 0.17 | 0 | 0.51 | 0.82 | 80 | 0.34 | 0.14 |
| Hex | 27 | 2F | 17 | 11 | 0 | 33 | 52 | 50 | 22 | E |
| Octal | 47 | 57 | 27 | 21 | 0 | 63 | 122 | 120 | 42 | 16 |
| Binary | 100111 | 101111 | 10111 | 10001 | 0 | 110011 | 1010010 | 1010000 | 100010 | 1110 |
Color Harmonies of #272F17
Complementary color
Monochromatic Colors of #272F17
Black with #272F17
Text Example
Text Example
White with #272F17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #272F17; }
p { color: rgb(39,47,23); }
H1.HeaderClassName
{
color: #272F17;
}
.AnyTagClassName
{
color: #272F17;
}
</style>
background-color css
<style>
a { background-color: #272F17; }
a { background-color: rgb(39,47,23); }
div.DivClassName
{
background-color: #272F17;
}
.BgClassName
{
background-color: #272F17;
}
</style>
border-color css
<style>
span { border-color: #272F17; }
span { border-color: rgb(39,47,23); }
td.TdClassName
{
border-color: #272F17;
}
.TagClassName
{
border-color: #272F17;
}
</style>