Shades of Pine Tree #273C10
Tints of Pine Tree #273C10
RGB
CMYK
RGB Variations
Color information
#273C10 (or 0x273C10) is known color: Pine Tree. HEX triplet: 27, 3C and 10. RGB value is (39,60,16). Sum of RGB (Red+Green+Blue) = 39+60+16=115 (15% of max value = 765). Red value is 39 (15.62% from 255 or 33.91% from 115); Green value is 60 (23.83% from 255 or 52.17% from 115); Blue value is 16 (6.64% from 255 or 13.91% from 115); Max value from RGB is 60 - color contains mainly: green. Hex color #273C10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #273C10 is #D8C3EF. Grayscale: #303030. Windows color (decimal): -14205936 or 1063975. OLE color: 1063975.
HSL color Cylindrical-coordinate representation of color #273C10: hue angle of 88.64º degrees, saturation: 0.58, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #273C10 is Cyan = 0.35, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 39 | 60 | 16 | - |
| CMYK | 0.35 | 0 | 0.73 | 0.76 |
| HSL | 88.64º | 0.58% | 0.15% | - |
| HSV(B) | 88.64º | 0.73% | 0.24% | - |
| XYZ | 2.55 | 3.7 | 1.07 | - |
| YUV | 48.71 | 109.54 | 121.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 60 | 16 | 0.35 | 0 | 0.73 | 0.76 | 88.64 | 0.58 | 0.15 |
| Hex | 27 | 3C | 10 | 23 | 0 | 49 | 4C | 59 | 3A | F |
| Octal | 47 | 74 | 20 | 43 | 0 | 111 | 114 | 131 | 72 | 17 |
| Binary | 100111 | 111100 | 10000 | 100011 | 0 | 1001001 | 1001100 | 1011001 | 111010 | 1111 |
Color Harmonies of #273C10
Complementary color
Monochromatic Colors of #273C10
Black with #273C10
Text Example
Text Example
White with #273C10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #273C10; }
p { color: rgb(39,60,16); }
H1.HeaderClassName
{
color: #273C10;
}
.AnyTagClassName
{
color: #273C10;
}
</style>
background-color css
<style>
a { background-color: #273C10; }
a { background-color: rgb(39,60,16); }
div.DivClassName
{
background-color: #273C10;
}
.BgClassName
{
background-color: #273C10;
}
</style>
border-color css
<style>
span { border-color: #273C10; }
span { border-color: rgb(39,60,16); }
td.TdClassName
{
border-color: #273C10;
}
.TagClassName
{
border-color: #273C10;
}
</style>