Shades of Pine Tree #273A0A
Tints of Pine Tree #273A0A
RGB
CMYK
RGB Variations
Color information
#273A0A (or 0x273A0A) is known color: Pine Tree. HEX triplet: 27, 3A and 0A. RGB value is (39,58,10). Sum of RGB (Red+Green+Blue) = 39+58+10=107 (14% of max value = 765). Red value is 39 (15.62% from 255 or 36.45% from 107); Green value is 58 (23.05% from 255 or 54.21% from 107); Blue value is 10 (4.30% from 255 or 9.35% from 107); Max value from RGB is 58 - color contains mainly: green. Hex color #273A0A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #273A0A is #D8C5F5. Grayscale: #2F2F2F. Windows color (decimal): -14206454 or 670247. OLE color: 670247.
HSL color Cylindrical-coordinate representation of color #273A0A: hue angle of 83.75º degrees, saturation: 0.71, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #273A0A is Cyan = 0.33, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 39 | 58 | 10 | - |
| CMYK | 0.33 | 0 | 0.83 | 0.77 |
| HSL | 83.75º | 0.71% | 0.13% | - |
| HSV(B) | 83.75º | 0.83% | 0.23% | - |
| XYZ | 2.4 | 3.48 | 0.83 | - |
| YUV | 46.85 | 107.21 | 122.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 58 | 10 | 0.33 | 0 | 0.83 | 0.77 | 83.75 | 0.71 | 0.13 |
| Hex | 27 | 3A | A | 21 | 0 | 53 | 4D | 54 | 47 | D |
| Octal | 47 | 72 | 12 | 41 | 0 | 123 | 115 | 124 | 107 | 15 |
| Binary | 100111 | 111010 | 1010 | 100001 | 0 | 1010011 | 1001101 | 1010100 | 1000111 | 1101 |
Color Harmonies of #273A0A
Complementary color
Monochromatic Colors of #273A0A
Black with #273A0A
Text Example
Text Example
White with #273A0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #273A0A; }
p { color: rgb(39,58,10); }
H1.HeaderClassName
{
color: #273A0A;
}
.AnyTagClassName
{
color: #273A0A;
}
</style>
background-color css
<style>
a { background-color: #273A0A; }
a { background-color: rgb(39,58,10); }
div.DivClassName
{
background-color: #273A0A;
}
.BgClassName
{
background-color: #273A0A;
}
</style>
border-color css
<style>
span { border-color: #273A0A; }
span { border-color: rgb(39,58,10); }
td.TdClassName
{
border-color: #273A0A;
}
.TagClassName
{
border-color: #273A0A;
}
</style>