Shades of Pine Tree #273E0A
Tints of Pine Tree #273E0A
RGB
CMYK
RGB Variations
Color information
#273E0A (or 0x273E0A) is known color: Pine Tree. HEX triplet: 27, 3E and 0A. RGB value is (39,62,10). Sum of RGB (Red+Green+Blue) = 39+62+10=111 (14% of max value = 765). Red value is 39 (15.62% from 255 or 35.14% from 111); Green value is 62 (24.61% from 255 or 55.86% from 111); Blue value is 10 (4.30% from 255 or 9.01% from 111); Max value from RGB is 62 - color contains mainly: green. Hex color #273E0A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #273E0A is #D8C1F5. Grayscale: #313131. Windows color (decimal): -14205430 or 671271. OLE color: 671271.
HSL color Cylindrical-coordinate representation of color #273E0A: hue angle of 86.54º degrees, saturation: 0.72, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #273E0A is Cyan = 0.37, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 39 | 62 | 10 | - |
| CMYK | 0.37 | 0 | 0.84 | 0.76 |
| HSL | 86.54º | 0.72% | 0.14% | - |
| HSV(B) | 86.54º | 0.84% | 0.24% | - |
| XYZ | 2.61 | 3.9 | 0.9 | - |
| YUV | 49.2 | 105.88 | 120.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 62 | 10 | 0.37 | 0 | 0.84 | 0.76 | 86.54 | 0.72 | 0.14 |
| Hex | 27 | 3E | A | 25 | 0 | 54 | 4C | 57 | 48 | E |
| Octal | 47 | 76 | 12 | 45 | 0 | 124 | 114 | 127 | 110 | 16 |
| Binary | 100111 | 111110 | 1010 | 100101 | 0 | 1010100 | 1001100 | 1010111 | 1001000 | 1110 |
Color Harmonies of #273E0A
Complementary color
Monochromatic Colors of #273E0A
Black with #273E0A
Text Example
Text Example
White with #273E0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #273E0A; }
p { color: rgb(39,62,10); }
H1.HeaderClassName
{
color: #273E0A;
}
.AnyTagClassName
{
color: #273E0A;
}
</style>
background-color css
<style>
a { background-color: #273E0A; }
a { background-color: rgb(39,62,10); }
div.DivClassName
{
background-color: #273E0A;
}
.BgClassName
{
background-color: #273E0A;
}
</style>
border-color css
<style>
span { border-color: #273E0A; }
span { border-color: rgb(39,62,10); }
td.TdClassName
{
border-color: #273E0A;
}
.TagClassName
{
border-color: #273E0A;
}
</style>