Shades of Pine Tree #273F10
Tints of Pine Tree #273F10
RGB
CMYK
RGB Variations
Color information
#273F10 (or 0x273F10) is known color: Pine Tree. HEX triplet: 27, 3F and 10. RGB value is (39,63,16). Sum of RGB (Red+Green+Blue) = 39+63+16=118 (15% of max value = 765). Red value is 39 (15.62% from 255 or 33.05% from 118); Green value is 63 (25% from 255 or 53.39% from 118); Blue value is 16 (6.64% from 255 or 13.56% from 118); Max value from RGB is 63 - color contains mainly: green. Hex color #273F10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #273F10 is #D8C0EF. Grayscale: #323232. Windows color (decimal): -14205168 or 1064743. OLE color: 1064743.
HSL color Cylindrical-coordinate representation of color #273F10: hue angle of 90.64º degrees, saturation: 0.59, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #273F10 is Cyan = 0.38, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 39 | 63 | 16 | - |
| CMYK | 0.38 | 0 | 0.75 | 0.75 |
| HSL | 90.64º | 0.59% | 0.15% | - |
| HSV(B) | 90.64º | 0.75% | 0.25% | - |
| XYZ | 2.71 | 4.02 | 1.12 | - |
| YUV | 50.47 | 108.55 | 119.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 63 | 16 | 0.38 | 0 | 0.75 | 0.75 | 90.64 | 0.59 | 0.15 |
| Hex | 27 | 3F | 10 | 26 | 0 | 4B | 4B | 5B | 3B | F |
| Octal | 47 | 77 | 20 | 46 | 0 | 113 | 113 | 133 | 73 | 17 |
| Binary | 100111 | 111111 | 10000 | 100110 | 0 | 1001011 | 1001011 | 1011011 | 111011 | 1111 |
Color Harmonies of #273F10
Complementary color
Monochromatic Colors of #273F10
Black with #273F10
Text Example
Text Example
White with #273F10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #273F10; }
p { color: rgb(39,63,16); }
H1.HeaderClassName
{
color: #273F10;
}
.AnyTagClassName
{
color: #273F10;
}
</style>
background-color css
<style>
a { background-color: #273F10; }
a { background-color: rgb(39,63,16); }
div.DivClassName
{
background-color: #273F10;
}
.BgClassName
{
background-color: #273F10;
}
</style>
border-color css
<style>
span { border-color: #273F10; }
span { border-color: rgb(39,63,16); }
td.TdClassName
{
border-color: #273F10;
}
.TagClassName
{
border-color: #273F10;
}
</style>