Shades of Pine Tree #27350D
Tints of Pine Tree #27350D
RGB
CMYK
RGB Variations
Color information
#27350D (or 0x27350D) is known color: Pine Tree. HEX triplet: 27, 35 and 0D. RGB value is (39,53,13). Sum of RGB (Red+Green+Blue) = 39+53+13=105 (13% of max value = 765). Red value is 39 (15.62% from 255 or 37.14% from 105); Green value is 53 (21.09% from 255 or 50.48% from 105); Blue value is 13 (5.47% from 255 or 12.38% from 105); Max value from RGB is 53 - color contains mainly: green. Hex color #27350D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #27350D is #D8CAF2. Grayscale: #2C2C2C. Windows color (decimal): -14207731 or 865575. OLE color: 865575.
HSL color Cylindrical-coordinate representation of color #27350D: hue angle of 81º degrees, saturation: 0.61, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #27350D is Cyan = 0.26, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 39 | 53 | 13 | - |
| CMYK | 0.26 | 0 | 0.75 | 0.79 |
| HSL | 81º | 0.61% | 0.13% | - |
| HSV(B) | 81º | 0.75% | 0.21% | - |
| XYZ | 2.18 | 3.01 | 0.85 | - |
| YUV | 44.25 | 110.36 | 124.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 53 | 13 | 0.26 | 0 | 0.75 | 0.79 | 81 | 0.61 | 0.13 |
| Hex | 27 | 35 | D | 1A | 0 | 4B | 4F | 51 | 3D | D |
| Octal | 47 | 65 | 15 | 32 | 0 | 113 | 117 | 121 | 75 | 15 |
| Binary | 100111 | 110101 | 1101 | 11010 | 0 | 1001011 | 1001111 | 1010001 | 111101 | 1101 |
Color Harmonies of #27350D
Complementary color
Monochromatic Colors of #27350D
Black with #27350D
Text Example
Text Example
White with #27350D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27350D; }
p { color: rgb(39,53,13); }
H1.HeaderClassName
{
color: #27350D;
}
.AnyTagClassName
{
color: #27350D;
}
</style>
background-color css
<style>
a { background-color: #27350D; }
a { background-color: rgb(39,53,13); }
div.DivClassName
{
background-color: #27350D;
}
.BgClassName
{
background-color: #27350D;
}
</style>
border-color css
<style>
span { border-color: #27350D; }
span { border-color: rgb(39,53,13); }
td.TdClassName
{
border-color: #27350D;
}
.TagClassName
{
border-color: #27350D;
}
</style>