Shades of Pine Tree #272C22
Tints of Pine Tree #272C22
RGB
CMYK
RGB Variations
Color information
#272C22 (or 0x272C22) is known color: Pine Tree. HEX triplet: 27, 2C and 22. RGB value is (39,44,34). Sum of RGB (Red+Green+Blue) = 39+44+34=117 (15% of max value = 765). Red value is 39 (15.62% from 255 or 33.33% from 117); Green value is 44 (17.58% from 255 or 37.61% from 117); Blue value is 34 (13.67% from 255 or 29.06% from 117); Max value from RGB is 44 - color contains mainly: green. Hex color #272C22 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #272C22 is #D8D3DD. Grayscale: #292929. Windows color (decimal): -14210014 or 2239527. OLE color: 2239527.
HSL color Cylindrical-coordinate representation of color #272C22: hue angle of 90º degrees, saturation: 0.13, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #272C22 is Cyan = 0.11, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 39 | 44 | 34 | - |
| CMYK | 0.11 | 0 | 0.23 | 0.83 |
| HSL | 90º | 0.13% | 0.15% | - |
| HSV(B) | 90º | 0.23% | 0.17% | - |
| XYZ | 2.03 | 2.35 | 1.86 | - |
| YUV | 41.37 | 123.84 | 126.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 44 | 34 | 0.11 | 0 | 0.23 | 0.83 | 90 | 0.13 | 0.15 |
| Hex | 27 | 2C | 22 | B | 0 | 17 | 53 | 5A | D | F |
| Octal | 47 | 54 | 42 | 13 | 0 | 27 | 123 | 132 | 15 | 17 |
| Binary | 100111 | 101100 | 100010 | 1011 | 0 | 10111 | 1010011 | 1011010 | 1101 | 1111 |
Color Harmonies of #272C22
Complementary color
Monochromatic Colors of #272C22
Black with #272C22
Text Example
Text Example
White with #272C22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #272C22; }
p { color: rgb(39,44,34); }
H1.HeaderClassName
{
color: #272C22;
}
.AnyTagClassName
{
color: #272C22;
}
</style>
background-color css
<style>
a { background-color: #272C22; }
a { background-color: rgb(39,44,34); }
div.DivClassName
{
background-color: #272C22;
}
.BgClassName
{
background-color: #272C22;
}
</style>
border-color css
<style>
span { border-color: #272C22; }
span { border-color: rgb(39,44,34); }
td.TdClassName
{
border-color: #272C22;
}
.TagClassName
{
border-color: #272C22;
}
</style>