Shades of Pine Tree #27380A
Tints of Pine Tree #27380A
RGB
CMYK
RGB Variations
Color information
#27380A (or 0x27380A) is known color: Pine Tree. HEX triplet: 27, 38 and 0A. RGB value is (39,56,10). Sum of RGB (Red+Green+Blue) = 39+56+10=105 (13% of max value = 765). Red value is 39 (15.62% from 255 or 37.14% from 105); Green value is 56 (22.27% from 255 or 53.33% from 105); Blue value is 10 (4.30% from 255 or 9.52% from 105); Max value from RGB is 56 - color contains mainly: green. Hex color #27380A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #27380A is #D8C7F5. Grayscale: #2D2D2D. Windows color (decimal): -14206966 or 669735. OLE color: 669735.
HSL color Cylindrical-coordinate representation of color #27380A: hue angle of 82.17º degrees, saturation: 0.7, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #27380A is Cyan = 0.30, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 39 | 56 | 10 | - |
| CMYK | 0.30 | 0 | 0.82 | 0.78 |
| HSL | 82.17º | 0.7% | 0.13% | - |
| HSV(B) | 82.17º | 0.82% | 0.22% | - |
| XYZ | 2.31 | 3.28 | 0.8 | - |
| YUV | 45.67 | 107.87 | 123.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 56 | 10 | 0.30 | 0 | 0.82 | 0.78 | 82.17 | 0.7 | 0.13 |
| Hex | 27 | 38 | A | 1E | 0 | 52 | 4E | 52 | 46 | D |
| Octal | 47 | 70 | 12 | 36 | 0 | 122 | 116 | 122 | 106 | 15 |
| Binary | 100111 | 111000 | 1010 | 11110 | 0 | 1010010 | 1001110 | 1010010 | 1000110 | 1101 |
Color Harmonies of #27380A
Complementary color
Monochromatic Colors of #27380A
Black with #27380A
Text Example
Text Example
White with #27380A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27380A; }
p { color: rgb(39,56,10); }
H1.HeaderClassName
{
color: #27380A;
}
.AnyTagClassName
{
color: #27380A;
}
</style>
background-color css
<style>
a { background-color: #27380A; }
a { background-color: rgb(39,56,10); }
div.DivClassName
{
background-color: #27380A;
}
.BgClassName
{
background-color: #27380A;
}
</style>
border-color css
<style>
span { border-color: #27380A; }
span { border-color: rgb(39,56,10); }
td.TdClassName
{
border-color: #27380A;
}
.TagClassName
{
border-color: #27380A;
}
</style>