Shades of Pine Tree #273D0E
Tints of Pine Tree #273D0E
RGB
CMYK
RGB Variations
Color information
#273D0E (or 0x273D0E) is known color: Pine Tree. HEX triplet: 27, 3D and 0E. RGB value is (39,61,14). Sum of RGB (Red+Green+Blue) = 39+61+14=114 (15% of max value = 765). Red value is 39 (15.62% from 255 or 34.21% from 114); Green value is 61 (24.22% from 255 or 53.51% from 114); Blue value is 14 (5.86% from 255 or 12.28% from 114); Max value from RGB is 61 - color contains mainly: green. Hex color #273D0E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #273D0E is #D8C2F1. Grayscale: #313131. Windows color (decimal): -14205682 or 933159. OLE color: 933159.
HSL color Cylindrical-coordinate representation of color #273D0E: hue angle of 88.09º degrees, saturation: 0.63, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #273D0E is Cyan = 0.36, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 39 | 61 | 14 | - |
| CMYK | 0.36 | 0 | 0.77 | 0.76 |
| HSL | 88.09º | 0.63% | 0.15% | - |
| HSV(B) | 88.09º | 0.77% | 0.24% | - |
| XYZ | 2.58 | 3.8 | 1.01 | - |
| YUV | 49.06 | 108.21 | 120.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 61 | 14 | 0.36 | 0 | 0.77 | 0.76 | 88.09 | 0.63 | 0.15 |
| Hex | 27 | 3D | E | 24 | 0 | 4D | 4C | 58 | 3F | F |
| Octal | 47 | 75 | 16 | 44 | 0 | 115 | 114 | 130 | 77 | 17 |
| Binary | 100111 | 111101 | 1110 | 100100 | 0 | 1001101 | 1001100 | 1011000 | 111111 | 1111 |
Color Harmonies of #273D0E
Complementary color
Monochromatic Colors of #273D0E
Black with #273D0E
Text Example
Text Example
White with #273D0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #273D0E; }
p { color: rgb(39,61,14); }
H1.HeaderClassName
{
color: #273D0E;
}
.AnyTagClassName
{
color: #273D0E;
}
</style>
background-color css
<style>
a { background-color: #273D0E; }
a { background-color: rgb(39,61,14); }
div.DivClassName
{
background-color: #273D0E;
}
.BgClassName
{
background-color: #273D0E;
}
</style>
border-color css
<style>
span { border-color: #273D0E; }
span { border-color: rgb(39,61,14); }
td.TdClassName
{
border-color: #273D0E;
}
.TagClassName
{
border-color: #273D0E;
}
</style>