Shades of Pine Tree #272A22
Tints of Pine Tree #272A22
RGB
CMYK
RGB Variations
Color information
#272A22 (or 0x272A22) is known color: Pine Tree. HEX triplet: 27, 2A and 22. RGB value is (39,42,34). Sum of RGB (Red+Green+Blue) = 39+42+34=115 (15% of max value = 765). Red value is 39 (15.62% from 255 or 33.91% from 115); Green value is 42 (16.80% from 255 or 36.52% from 115); Blue value is 34 (13.67% from 255 or 29.57% from 115); Max value from RGB is 42 - color contains mainly: green. Hex color #272A22 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #272A22 is #D8D5DD. Grayscale: #282828. Windows color (decimal): -14210526 or 2239015. OLE color: 2239015.
HSL color Cylindrical-coordinate representation of color #272A22: hue angle of 82.5º degrees, saturation: 0.11, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #272A22 is Cyan = 0.07, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 39 | 42 | 34 | - |
| CMYK | 0.07 | 0 | 0.19 | 0.84 |
| HSL | 82.5º | 0.11% | 0.15% | - |
| HSV(B) | 82.5º | 0.19% | 0.16% | - |
| XYZ | 1.95 | 2.2 | 1.84 | - |
| YUV | 40.19 | 124.51 | 127.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 42 | 34 | 0.07 | 0 | 0.19 | 0.84 | 82.5 | 0.11 | 0.15 |
| Hex | 27 | 2A | 22 | 7 | 0 | 13 | 54 | 52 | B | F |
| Octal | 47 | 52 | 42 | 7 | 0 | 23 | 124 | 122 | 13 | 17 |
| Binary | 100111 | 101010 | 100010 | 111 | 0 | 10011 | 1010100 | 1010010 | 1011 | 1111 |
Color Harmonies of #272A22
Complementary color
Monochromatic Colors of #272A22
Black with #272A22
Text Example
Text Example
White with #272A22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #272A22; }
p { color: rgb(39,42,34); }
H1.HeaderClassName
{
color: #272A22;
}
.AnyTagClassName
{
color: #272A22;
}
</style>
background-color css
<style>
a { background-color: #272A22; }
a { background-color: rgb(39,42,34); }
div.DivClassName
{
background-color: #272A22;
}
.BgClassName
{
background-color: #272A22;
}
</style>
border-color css
<style>
span { border-color: #272A22; }
span { border-color: rgb(39,42,34); }
td.TdClassName
{
border-color: #272A22;
}
.TagClassName
{
border-color: #272A22;
}
</style>