Shades of Pine Tree #27380C
Tints of Pine Tree #27380C
RGB
CMYK
RGB Variations
Color information
#27380C (or 0x27380C) is known color: Pine Tree. HEX triplet: 27, 38 and 0C. RGB value is (39,56,12). Sum of RGB (Red+Green+Blue) = 39+56+12=107 (14% of max value = 765). Red value is 39 (15.62% from 255 or 36.45% from 107); Green value is 56 (22.27% from 255 or 52.34% from 107); Blue value is 12 (5.08% from 255 or 11.21% from 107); Max value from RGB is 56 - color contains mainly: green. Hex color #27380C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #27380C is #D8C7F3. Grayscale: #2E2E2E. Windows color (decimal): -14206964 or 800807. OLE color: 800807.
HSL color Cylindrical-coordinate representation of color #27380C: hue angle of 83.18º degrees, saturation: 0.65, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #27380C is Cyan = 0.30, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 39 | 56 | 12 | - |
| CMYK | 0.30 | 0 | 0.79 | 0.78 |
| HSL | 83.18º | 0.65% | 0.13% | - |
| HSV(B) | 83.18º | 0.79% | 0.22% | - |
| XYZ | 2.32 | 3.29 | 0.86 | - |
| YUV | 45.9 | 108.87 | 123.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 56 | 12 | 0.30 | 0 | 0.79 | 0.78 | 83.18 | 0.65 | 0.13 |
| Hex | 27 | 38 | C | 1E | 0 | 4F | 4E | 53 | 41 | D |
| Octal | 47 | 70 | 14 | 36 | 0 | 117 | 116 | 123 | 101 | 15 |
| Binary | 100111 | 111000 | 1100 | 11110 | 0 | 1001111 | 1001110 | 1010011 | 1000001 | 1101 |
Color Harmonies of #27380C
Complementary color
Monochromatic Colors of #27380C
Black with #27380C
Text Example
Text Example
White with #27380C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27380C; }
p { color: rgb(39,56,12); }
H1.HeaderClassName
{
color: #27380C;
}
.AnyTagClassName
{
color: #27380C;
}
</style>
background-color css
<style>
a { background-color: #27380C; }
a { background-color: rgb(39,56,12); }
div.DivClassName
{
background-color: #27380C;
}
.BgClassName
{
background-color: #27380C;
}
</style>
border-color css
<style>
span { border-color: #27380C; }
span { border-color: rgb(39,56,12); }
td.TdClassName
{
border-color: #27380C;
}
.TagClassName
{
border-color: #27380C;
}
</style>