Shades of Pine Tree #273D10
Tints of Pine Tree #273D10
RGB
CMYK
RGB Variations
Color information
#273D10 (or 0x273D10) is known color: Pine Tree. HEX triplet: 27, 3D and 10. RGB value is (39,61,16). Sum of RGB (Red+Green+Blue) = 39+61+16=116 (15% of max value = 765). Red value is 39 (15.62% from 255 or 33.62% from 116); Green value is 61 (24.22% from 255 or 52.59% from 116); Blue value is 16 (6.64% from 255 or 13.79% from 116); Max value from RGB is 61 - color contains mainly: green. Hex color #273D10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #273D10 is #D8C2EF. Grayscale: #313131. Windows color (decimal): -14205680 or 1064231. OLE color: 1064231.
HSL color Cylindrical-coordinate representation of color #273D10: hue angle of 89.33º degrees, saturation: 0.58, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #273D10 is Cyan = 0.36, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 39 | 61 | 16 | - |
| CMYK | 0.36 | 0 | 0.74 | 0.76 |
| HSL | 89.33º | 0.58% | 0.15% | - |
| HSV(B) | 89.33º | 0.74% | 0.24% | - |
| XYZ | 2.6 | 3.81 | 1.09 | - |
| YUV | 49.29 | 109.21 | 120.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 61 | 16 | 0.36 | 0 | 0.74 | 0.76 | 89.33 | 0.58 | 0.15 |
| Hex | 27 | 3D | 10 | 24 | 0 | 4A | 4C | 59 | 3A | F |
| Octal | 47 | 75 | 20 | 44 | 0 | 112 | 114 | 131 | 72 | 17 |
| Binary | 100111 | 111101 | 10000 | 100100 | 0 | 1001010 | 1001100 | 1011001 | 111010 | 1111 |
Color Harmonies of #273D10
Complementary color
Monochromatic Colors of #273D10
Black with #273D10
Text Example
Text Example
White with #273D10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #273D10; }
p { color: rgb(39,61,16); }
H1.HeaderClassName
{
color: #273D10;
}
.AnyTagClassName
{
color: #273D10;
}
</style>
background-color css
<style>
a { background-color: #273D10; }
a { background-color: rgb(39,61,16); }
div.DivClassName
{
background-color: #273D10;
}
.BgClassName
{
background-color: #273D10;
}
</style>
border-color css
<style>
span { border-color: #273D10; }
span { border-color: rgb(39,61,16); }
td.TdClassName
{
border-color: #273D10;
}
.TagClassName
{
border-color: #273D10;
}
</style>