Shades of Pine Tree #27360B
Tints of Pine Tree #27360B
RGB
CMYK
RGB Variations
Color information
#27360B (or 0x27360B) is known color: Pine Tree. HEX triplet: 27, 36 and 0B. RGB value is (39,54,11). Sum of RGB (Red+Green+Blue) = 39+54+11=104 (13% of max value = 765). Red value is 39 (15.62% from 255 or 37.5% from 104); Green value is 54 (21.48% from 255 or 51.92% from 104); Blue value is 11 (4.69% from 255 or 10.58% from 104); Max value from RGB is 54 - color contains mainly: green. Hex color #27360B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #27360B is #D8C9F4. Grayscale: #2C2C2C. Windows color (decimal): -14207477 or 734759. OLE color: 734759.
HSL color Cylindrical-coordinate representation of color #27360B: hue angle of 80.93º degrees, saturation: 0.66, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #27360B is Cyan = 0.28, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 39 | 54 | 11 | - |
| CMYK | 0.28 | 0 | 0.80 | 0.79 |
| HSL | 80.93º | 0.66% | 0.13% | - |
| HSV(B) | 80.93º | 0.8% | 0.21% | - |
| XYZ | 2.22 | 3.09 | 0.8 | - |
| YUV | 44.61 | 109.03 | 124 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 54 | 11 | 0.28 | 0 | 0.80 | 0.79 | 80.93 | 0.66 | 0.13 |
| Hex | 27 | 36 | B | 1C | 0 | 50 | 4F | 51 | 42 | D |
| Octal | 47 | 66 | 13 | 34 | 0 | 120 | 117 | 121 | 102 | 15 |
| Binary | 100111 | 110110 | 1011 | 11100 | 0 | 1010000 | 1001111 | 1010001 | 1000010 | 1101 |
Color Harmonies of #27360B
Complementary color
Monochromatic Colors of #27360B
Black with #27360B
Text Example
Text Example
White with #27360B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27360B; }
p { color: rgb(39,54,11); }
H1.HeaderClassName
{
color: #27360B;
}
.AnyTagClassName
{
color: #27360B;
}
</style>
background-color css
<style>
a { background-color: #27360B; }
a { background-color: rgb(39,54,11); }
div.DivClassName
{
background-color: #27360B;
}
.BgClassName
{
background-color: #27360B;
}
</style>
border-color css
<style>
span { border-color: #27360B; }
span { border-color: rgb(39,54,11); }
td.TdClassName
{
border-color: #27360B;
}
.TagClassName
{
border-color: #27360B;
}
</style>