Shades of Pine Tree #27341B
Tints of Pine Tree #27341B
RGB
CMYK
RGB Variations
Color information
#27341B (or 0x27341B) is known color: Pine Tree. HEX triplet: 27, 34 and 1B. RGB value is (39,52,27). Sum of RGB (Red+Green+Blue) = 39+52+27=118 (15% of max value = 765). Red value is 39 (15.62% from 255 or 33.05% from 118); Green value is 52 (20.70% from 255 or 44.07% from 118); Blue value is 27 (10.94% from 255 or 22.88% from 118); Max value from RGB is 52 - color contains mainly: green. Hex color #27341B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #27341B is #D8CBE4. Grayscale: #2D2D2D. Windows color (decimal): -14207973 or 1782823. OLE color: 1782823.
HSL color Cylindrical-coordinate representation of color #27341B: hue angle of 91.2º degrees, saturation: 0.32, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #27341B is Cyan = 0.25, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 39 | 52 | 27 | - |
| CMYK | 0.25 | 0 | 0.48 | 0.80 |
| HSL | 91.2º | 0.32% | 0.15% | - |
| HSV(B) | 91.2º | 0.48% | 0.2% | - |
| XYZ | 2.26 | 2.97 | 1.49 | - |
| YUV | 45.26 | 117.69 | 123.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 52 | 27 | 0.25 | 0 | 0.48 | 0.80 | 91.2 | 0.32 | 0.15 |
| Hex | 27 | 34 | 1B | 19 | 0 | 30 | 50 | 5B | 20 | F |
| Octal | 47 | 64 | 33 | 31 | 0 | 60 | 120 | 133 | 40 | 17 |
| Binary | 100111 | 110100 | 11011 | 11001 | 0 | 110000 | 1010000 | 1011011 | 100000 | 1111 |
Color Harmonies of #27341B
Complementary color
Monochromatic Colors of #27341B
Black with #27341B
Text Example
Text Example
White with #27341B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27341B; }
p { color: rgb(39,52,27); }
H1.HeaderClassName
{
color: #27341B;
}
.AnyTagClassName
{
color: #27341B;
}
</style>
background-color css
<style>
a { background-color: #27341B; }
a { background-color: rgb(39,52,27); }
div.DivClassName
{
background-color: #27341B;
}
.BgClassName
{
background-color: #27341B;
}
</style>
border-color css
<style>
span { border-color: #27341B; }
span { border-color: rgb(39,52,27); }
td.TdClassName
{
border-color: #27341B;
}
.TagClassName
{
border-color: #27341B;
}
</style>