Shades of Pine Tree #272B21
Tints of Pine Tree #272B21
RGB
CMYK
RGB Variations
Color information
#272B21 (or 0x272B21) is known color: Pine Tree. HEX triplet: 27, 2B and 21. RGB value is (39,43,33). Sum of RGB (Red+Green+Blue) = 39+43+33=115 (15% of max value = 765). Red value is 39 (15.62% from 255 or 33.91% from 115); Green value is 43 (17.19% from 255 or 37.39% from 115); Blue value is 33 (13.28% from 255 or 28.70% from 115); Max value from RGB is 43 - color contains mainly: green. Hex color #272B21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #272B21 is #D8D4DE. Grayscale: #282828. Windows color (decimal): -14210271 or 2173735. OLE color: 2173735.
HSL color Cylindrical-coordinate representation of color #272B21: hue angle of 84º 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 #272B21 is Cyan = 0.09, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 39 | 43 | 33 | - |
| CMYK | 0.09 | 0 | 0.23 | 0.83 |
| HSL | 84º | 0.13% | 0.15% | - |
| HSV(B) | 84º | 0.23% | 0.17% | - |
| XYZ | 1.98 | 2.27 | 1.77 | - |
| YUV | 40.66 | 123.67 | 126.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 43 | 33 | 0.09 | 0 | 0.23 | 0.83 | 84 | 0.13 | 0.15 |
| Hex | 27 | 2B | 21 | 9 | 0 | 17 | 53 | 54 | D | F |
| Octal | 47 | 53 | 41 | 11 | 0 | 27 | 123 | 124 | 15 | 17 |
| Binary | 100111 | 101011 | 100001 | 1001 | 0 | 10111 | 1010011 | 1010100 | 1101 | 1111 |
Color Harmonies of #272B21
Complementary color
Monochromatic Colors of #272B21
Black with #272B21
Text Example
Text Example
White with #272B21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #272B21; }
p { color: rgb(39,43,33); }
H1.HeaderClassName
{
color: #272B21;
}
.AnyTagClassName
{
color: #272B21;
}
</style>
background-color css
<style>
a { background-color: #272B21; }
a { background-color: rgb(39,43,33); }
div.DivClassName
{
background-color: #272B21;
}
.BgClassName
{
background-color: #272B21;
}
</style>
border-color css
<style>
span { border-color: #272B21; }
span { border-color: rgb(39,43,33); }
td.TdClassName
{
border-color: #272B21;
}
.TagClassName
{
border-color: #272B21;
}
</style>