Shades of Pine Tree #272A23
Tints of Pine Tree #272A23
RGB
CMYK
RGB Variations
Color information
#272A23 (or 0x272A23) is known color: Pine Tree. HEX triplet: 27, 2A and 23. RGB value is (39,42,35). Sum of RGB (Red+Green+Blue) = 39+42+35=116 (15% of max value = 765). Red value is 39 (15.62% from 255 or 33.62% from 116); Green value is 42 (16.80% from 255 or 36.21% from 116); Blue value is 35 (14.06% from 255 or 30.17% from 116); Max value from RGB is 42 - color contains mainly: green. Hex color #272A23 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #272A23 is #D8D5DC. Grayscale: #282828. Windows color (decimal): -14210525 or 2304551. OLE color: 2304551.
HSL color Cylindrical-coordinate representation of color #272A23: hue angle of 85.71º degrees, saturation: 0.09, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #272A23 is Cyan = 0.07, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 39 | 42 | 35 | - |
| CMYK | 0.07 | 0 | 0.17 | 0.84 |
| HSL | 85.71º | 0.09% | 0.15% | - |
| HSV(B) | 85.71º | 0.17% | 0.16% | - |
| XYZ | 1.97 | 2.21 | 1.91 | - |
| YUV | 40.31 | 125.01 | 127.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 42 | 35 | 0.07 | 0 | 0.17 | 0.84 | 85.71 | 0.09 | 0.15 |
| Hex | 27 | 2A | 23 | 7 | 0 | 11 | 54 | 56 | 9 | F |
| Octal | 47 | 52 | 43 | 7 | 0 | 21 | 124 | 126 | 11 | 17 |
| Binary | 100111 | 101010 | 100011 | 111 | 0 | 10001 | 1010100 | 1010110 | 1001 | 1111 |
Color Harmonies of #272A23
Complementary color
Monochromatic Colors of #272A23
Black with #272A23
Text Example
Text Example
White with #272A23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #272A23; }
p { color: rgb(39,42,35); }
H1.HeaderClassName
{
color: #272A23;
}
.AnyTagClassName
{
color: #272A23;
}
</style>
background-color css
<style>
a { background-color: #272A23; }
a { background-color: rgb(39,42,35); }
div.DivClassName
{
background-color: #272A23;
}
.BgClassName
{
background-color: #272A23;
}
</style>
border-color css
<style>
span { border-color: #272A23; }
span { border-color: rgb(39,42,35); }
td.TdClassName
{
border-color: #272A23;
}
.TagClassName
{
border-color: #272A23;
}
</style>