Shades of Pine Tree #273D13
Tints of Pine Tree #273D13
RGB
CMYK
RGB Variations
Color information
#273D13 (or 0x273D13) is known color: Pine Tree. HEX triplet: 27, 3D and 13. RGB value is (39,61,19). Sum of RGB (Red+Green+Blue) = 39+61+19=119 (15% of max value = 765). Red value is 39 (15.62% from 255 or 32.77% from 119); Green value is 61 (24.22% from 255 or 51.26% from 119); Blue value is 19 (7.81% from 255 or 15.97% from 119); Max value from RGB is 61 - color contains mainly: green. Hex color #273D13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #273D13 is #D8C2EC. Grayscale: #313131. Windows color (decimal): -14205677 or 1260839. OLE color: 1260839.
HSL color Cylindrical-coordinate representation of color #273D13: hue angle of 91.43º degrees, saturation: 0.52, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #273D13 is Cyan = 0.36, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 39 | 61 | 19 | - |
| CMYK | 0.36 | 0 | 0.69 | 0.76 |
| HSL | 91.43º | 0.53% | 0.16% | - |
| HSV(B) | 91.43º | 0.69% | 0.24% | - |
| XYZ | 2.62 | 3.82 | 1.21 | - |
| YUV | 49.63 | 110.71 | 120.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 61 | 19 | 0.36 | 0 | 0.69 | 0.76 | 91.43 | 0.53 | 0.16 |
| Hex | 27 | 3D | 13 | 24 | 0 | 45 | 4C | 5B | 34 | 10 |
| Octal | 47 | 75 | 23 | 44 | 0 | 105 | 114 | 133 | 64 | 20 |
| Binary | 100111 | 111101 | 10011 | 100100 | 0 | 1000101 | 1001100 | 1011011 | 110100 | 10000 |
Color Harmonies of #273D13
Complementary color
Monochromatic Colors of #273D13
Black with #273D13
Text Example
Text Example
White with #273D13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #273D13; }
p { color: rgb(39,61,19); }
H1.HeaderClassName
{
color: #273D13;
}
.AnyTagClassName
{
color: #273D13;
}
</style>
background-color css
<style>
a { background-color: #273D13; }
a { background-color: rgb(39,61,19); }
div.DivClassName
{
background-color: #273D13;
}
.BgClassName
{
background-color: #273D13;
}
</style>
border-color css
<style>
span { border-color: #273D13; }
span { border-color: rgb(39,61,19); }
td.TdClassName
{
border-color: #273D13;
}
.TagClassName
{
border-color: #273D13;
}
</style>