Shades of Pine Tree #273C13
Tints of Pine Tree #273C13
RGB
CMYK
RGB Variations
Color information
#273C13 (or 0x273C13) is known color: Pine Tree. HEX triplet: 27, 3C and 13. RGB value is (39,60,19). Sum of RGB (Red+Green+Blue) = 39+60+19=118 (15% of max value = 765). Red value is 39 (15.62% from 255 or 33.05% from 118); Green value is 60 (23.83% from 255 or 50.85% from 118); Blue value is 19 (7.81% from 255 or 16.10% from 118); Max value from RGB is 60 - color contains mainly: green. Hex color #273C13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #273C13 is #D8C3EC. Grayscale: #313131. Windows color (decimal): -14205933 or 1260583. OLE color: 1260583.
HSL color Cylindrical-coordinate representation of color #273C13: hue angle of 90.73º degrees, saturation: 0.52, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #273C13 is Cyan = 0.35, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 39 | 60 | 19 | - |
| CMYK | 0.35 | 0 | 0.68 | 0.76 |
| HSL | 90.73º | 0.52% | 0.15% | - |
| HSV(B) | 90.73º | 0.68% | 0.24% | - |
| XYZ | 2.57 | 3.71 | 1.2 | - |
| YUV | 49.05 | 111.04 | 120.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 60 | 19 | 0.35 | 0 | 0.68 | 0.76 | 90.73 | 0.52 | 0.15 |
| Hex | 27 | 3C | 13 | 23 | 0 | 44 | 4C | 5B | 34 | F |
| Octal | 47 | 74 | 23 | 43 | 0 | 104 | 114 | 133 | 64 | 17 |
| Binary | 100111 | 111100 | 10011 | 100011 | 0 | 1000100 | 1001100 | 1011011 | 110100 | 1111 |
Color Harmonies of #273C13
Complementary color
Monochromatic Colors of #273C13
Black with #273C13
Text Example
Text Example
White with #273C13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #273C13; }
p { color: rgb(39,60,19); }
H1.HeaderClassName
{
color: #273C13;
}
.AnyTagClassName
{
color: #273C13;
}
</style>
background-color css
<style>
a { background-color: #273C13; }
a { background-color: rgb(39,60,19); }
div.DivClassName
{
background-color: #273C13;
}
.BgClassName
{
background-color: #273C13;
}
</style>
border-color css
<style>
span { border-color: #273C13; }
span { border-color: rgb(39,60,19); }
td.TdClassName
{
border-color: #273C13;
}
.TagClassName
{
border-color: #273C13;
}
</style>