Shades of Pine Tree #272C21
Tints of Pine Tree #272C21
RGB
CMYK
RGB Variations
Color information
#272C21 (or 0x272C21) is known color: Pine Tree. HEX triplet: 27, 2C and 21. RGB value is (39,44,33). Sum of RGB (Red+Green+Blue) = 39+44+33=116 (15% of max value = 765). Red value is 39 (15.62% from 255 or 33.62% from 116); Green value is 44 (17.58% from 255 or 37.93% from 116); Blue value is 33 (13.28% from 255 or 28.45% from 116); Max value from RGB is 44 - color contains mainly: green. Hex color #272C21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #272C21 is #D8D3DE. Grayscale: #292929. Windows color (decimal): -14210015 or 2173991. OLE color: 2173991.
HSL color Cylindrical-coordinate representation of color #272C21: hue angle of 87.27º degrees, saturation: 0.14, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #272C21 is Cyan = 0.11, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 39 | 44 | 33 | - |
| CMYK | 0.11 | 0 | 0.25 | 0.83 |
| HSL | 87.27º | 0.14% | 0.15% | - |
| HSV(B) | 87.27º | 0.25% | 0.17% | - |
| XYZ | 2.01 | 2.34 | 1.78 | - |
| YUV | 41.25 | 123.34 | 126.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 44 | 33 | 0.11 | 0 | 0.25 | 0.83 | 87.27 | 0.14 | 0.15 |
| Hex | 27 | 2C | 21 | B | 0 | 19 | 53 | 57 | E | F |
| Octal | 47 | 54 | 41 | 13 | 0 | 31 | 123 | 127 | 16 | 17 |
| Binary | 100111 | 101100 | 100001 | 1011 | 0 | 11001 | 1010011 | 1010111 | 1110 | 1111 |
Color Harmonies of #272C21
Complementary color
Monochromatic Colors of #272C21
Black with #272C21
Text Example
Text Example
White with #272C21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #272C21; }
p { color: rgb(39,44,33); }
H1.HeaderClassName
{
color: #272C21;
}
.AnyTagClassName
{
color: #272C21;
}
</style>
background-color css
<style>
a { background-color: #272C21; }
a { background-color: rgb(39,44,33); }
div.DivClassName
{
background-color: #272C21;
}
.BgClassName
{
background-color: #272C21;
}
</style>
border-color css
<style>
span { border-color: #272C21; }
span { border-color: rgb(39,44,33); }
td.TdClassName
{
border-color: #272C21;
}
.TagClassName
{
border-color: #272C21;
}
</style>