Shades of Pine Tree #293A10
Tints of Pine Tree #293A10
RGB
CMYK
RGB Variations
Color information
#293A10 (or 0x293A10) is known color: Pine Tree. HEX triplet: 29, 3A and 10. RGB value is (41,58,16). Sum of RGB (Red+Green+Blue) = 41+58+16=115 (15% of max value = 765). Red value is 41 (16.41% from 255 or 35.65% from 115); Green value is 58 (23.05% from 255 or 50.43% from 115); Blue value is 16 (6.64% from 255 or 13.91% from 115); Max value from RGB is 58 - color contains mainly: green. Hex color #293A10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #293A10 is #D6C5EF. Grayscale: #303030. Windows color (decimal): -14075376 or 1063465. OLE color: 1063465.
HSL color Cylindrical-coordinate representation of color #293A10: hue angle of 84.29º degrees, saturation: 0.57, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #293A10 is Cyan = 0.29, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 41 | 58 | 16 | - |
| CMYK | 0.29 | 0 | 0.72 | 0.77 |
| HSL | 84.29º | 0.57% | 0.15% | - |
| HSV(B) | 84.29º | 0.72% | 0.23% | - |
| XYZ | 2.52 | 3.53 | 1.04 | - |
| YUV | 48.13 | 109.87 | 122.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 58 | 16 | 0.29 | 0 | 0.72 | 0.77 | 84.29 | 0.57 | 0.15 |
| Hex | 29 | 3A | 10 | 1D | 0 | 48 | 4D | 54 | 39 | F |
| Octal | 51 | 72 | 20 | 35 | 0 | 110 | 115 | 124 | 71 | 17 |
| Binary | 101001 | 111010 | 10000 | 11101 | 0 | 1001000 | 1001101 | 1010100 | 111001 | 1111 |
Color Harmonies of #293A10
Complementary color
Monochromatic Colors of #293A10
Black with #293A10
Text Example
Text Example
White with #293A10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #293A10; }
p { color: rgb(41,58,16); }
H1.HeaderClassName
{
color: #293A10;
}
.AnyTagClassName
{
color: #293A10;
}
</style>
background-color css
<style>
a { background-color: #293A10; }
a { background-color: rgb(41,58,16); }
div.DivClassName
{
background-color: #293A10;
}
.BgClassName
{
background-color: #293A10;
}
</style>
border-color css
<style>
span { border-color: #293A10; }
span { border-color: rgb(41,58,16); }
td.TdClassName
{
border-color: #293A10;
}
.TagClassName
{
border-color: #293A10;
}
</style>