Shades of Pine Tree #273D11
Tints of Pine Tree #273D11
RGB
CMYK
RGB Variations
Color information
#273D11 (or 0x273D11) is known color: Pine Tree. HEX triplet: 27, 3D and 11. RGB value is (39,61,17). Sum of RGB (Red+Green+Blue) = 39+61+17=117 (15% of max value = 765). Red value is 39 (15.62% from 255 or 33.33% from 117); Green value is 61 (24.22% from 255 or 52.14% from 117); Blue value is 17 (7.03% from 255 or 14.53% from 117); Max value from RGB is 61 - color contains mainly: green. Hex color #273D11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #273D11 is #D8C2EE. Grayscale: #313131. Windows color (decimal): -14205679 or 1129767. OLE color: 1129767.
HSL color Cylindrical-coordinate representation of color #273D11: hue angle of 90º degrees, saturation: 0.56, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #273D11 is Cyan = 0.36, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 39 | 61 | 17 | - |
| CMYK | 0.36 | 0 | 0.72 | 0.76 |
| HSL | 90º | 0.56% | 0.15% | - |
| HSV(B) | 90º | 0.72% | 0.24% | - |
| XYZ | 2.61 | 3.81 | 1.13 | - |
| YUV | 49.41 | 109.71 | 120.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 61 | 17 | 0.36 | 0 | 0.72 | 0.76 | 90 | 0.56 | 0.15 |
| Hex | 27 | 3D | 11 | 24 | 0 | 48 | 4C | 5A | 38 | F |
| Octal | 47 | 75 | 21 | 44 | 0 | 110 | 114 | 132 | 70 | 17 |
| Binary | 100111 | 111101 | 10001 | 100100 | 0 | 1001000 | 1001100 | 1011010 | 111000 | 1111 |
Color Harmonies of #273D11
Complementary color
Monochromatic Colors of #273D11
Black with #273D11
Text Example
Text Example
White with #273D11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #273D11; }
p { color: rgb(39,61,17); }
H1.HeaderClassName
{
color: #273D11;
}
.AnyTagClassName
{
color: #273D11;
}
</style>
background-color css
<style>
a { background-color: #273D11; }
a { background-color: rgb(39,61,17); }
div.DivClassName
{
background-color: #273D11;
}
.BgClassName
{
background-color: #273D11;
}
</style>
border-color css
<style>
span { border-color: #273D11; }
span { border-color: rgb(39,61,17); }
td.TdClassName
{
border-color: #273D11;
}
.TagClassName
{
border-color: #273D11;
}
</style>