Shades of Pine Tree #272C20
Tints of Pine Tree #272C20
RGB
CMYK
RGB Variations
Color information
#272C20 (or 0x272C20) is known color: Pine Tree. HEX triplet: 27, 2C and 20. RGB value is (39,44,32). Sum of RGB (Red+Green+Blue) = 39+44+32=115 (15% of max value = 765). Red value is 39 (15.62% from 255 or 33.91% from 115); Green value is 44 (17.58% from 255 or 38.26% from 115); Blue value is 32 (12.89% from 255 or 27.83% from 115); Max value from RGB is 44 - color contains mainly: green. Hex color #272C20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #272C20 is #D8D3DF. Grayscale: #292929. Windows color (decimal): -14210016 or 2108455. OLE color: 2108455.
HSL color Cylindrical-coordinate representation of color #272C20: hue angle of 85º degrees, saturation: 0.16, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #272C20 is Cyan = 0.11, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 39 | 44 | 32 | - |
| CMYK | 0.11 | 0 | 0.27 | 0.83 |
| HSL | 85º | 0.16% | 0.15% | - |
| HSV(B) | 85º | 0.27% | 0.17% | - |
| XYZ | 2 | 2.34 | 1.71 | - |
| YUV | 41.14 | 122.84 | 126.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 44 | 32 | 0.11 | 0 | 0.27 | 0.83 | 85 | 0.16 | 0.15 |
| Hex | 27 | 2C | 20 | B | 0 | 1B | 53 | 55 | 10 | F |
| Octal | 47 | 54 | 40 | 13 | 0 | 33 | 123 | 125 | 20 | 17 |
| Binary | 100111 | 101100 | 100000 | 1011 | 0 | 11011 | 1010011 | 1010101 | 10000 | 1111 |
Color Harmonies of #272C20
Complementary color
Monochromatic Colors of #272C20
Black with #272C20
Text Example
Text Example
White with #272C20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #272C20; }
p { color: rgb(39,44,32); }
H1.HeaderClassName
{
color: #272C20;
}
.AnyTagClassName
{
color: #272C20;
}
</style>
background-color css
<style>
a { background-color: #272C20; }
a { background-color: rgb(39,44,32); }
div.DivClassName
{
background-color: #272C20;
}
.BgClassName
{
background-color: #272C20;
}
</style>
border-color css
<style>
span { border-color: #272C20; }
span { border-color: rgb(39,44,32); }
td.TdClassName
{
border-color: #272C20;
}
.TagClassName
{
border-color: #272C20;
}
</style>