Shades of Pine Tree #27350F
Tints of Pine Tree #27350F
RGB
CMYK
RGB Variations
Color information
#27350F (or 0x27350F) is known color: Pine Tree. HEX triplet: 27, 35 and 0F. RGB value is (39,53,15). Sum of RGB (Red+Green+Blue) = 39+53+15=107 (14% of max value = 765). Red value is 39 (15.62% from 255 or 36.45% from 107); Green value is 53 (21.09% from 255 or 49.53% from 107); Blue value is 15 (6.25% from 255 or 14.02% from 107); Max value from RGB is 53 - color contains mainly: green. Hex color #27350F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #27350F is #D8CAF0. Grayscale: #2C2C2C. Windows color (decimal): -14207729 or 996647. OLE color: 996647.
HSL color Cylindrical-coordinate representation of color #27350F: hue angle of 82.11º degrees, saturation: 0.56, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #27350F is Cyan = 0.26, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 39 | 53 | 15 | - |
| CMYK | 0.26 | 0 | 0.72 | 0.79 |
| HSL | 82.11º | 0.56% | 0.13% | - |
| HSV(B) | 82.11º | 0.72% | 0.21% | - |
| XYZ | 2.2 | 3.01 | 0.92 | - |
| YUV | 44.48 | 111.36 | 124.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 53 | 15 | 0.26 | 0 | 0.72 | 0.79 | 82.11 | 0.56 | 0.13 |
| Hex | 27 | 35 | F | 1A | 0 | 48 | 4F | 52 | 38 | D |
| Octal | 47 | 65 | 17 | 32 | 0 | 110 | 117 | 122 | 70 | 15 |
| Binary | 100111 | 110101 | 1111 | 11010 | 0 | 1001000 | 1001111 | 1010010 | 111000 | 1101 |
Color Harmonies of #27350F
Complementary color
Monochromatic Colors of #27350F
Black with #27350F
Text Example
Text Example
White with #27350F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27350F; }
p { color: rgb(39,53,15); }
H1.HeaderClassName
{
color: #27350F;
}
.AnyTagClassName
{
color: #27350F;
}
</style>
background-color css
<style>
a { background-color: #27350F; }
a { background-color: rgb(39,53,15); }
div.DivClassName
{
background-color: #27350F;
}
.BgClassName
{
background-color: #27350F;
}
</style>
border-color css
<style>
span { border-color: #27350F; }
span { border-color: rgb(39,53,15); }
td.TdClassName
{
border-color: #27350F;
}
.TagClassName
{
border-color: #27350F;
}
</style>