Shades of Pine Tree #243A0E
Tints of Pine Tree #243A0E
RGB
CMYK
RGB Variations
Color information
#243A0E (or 0x243A0E) is known color: Pine Tree. HEX triplet: 24, 3A and 0E. RGB value is (36,58,14). Sum of RGB (Red+Green+Blue) = 36+58+14=108 (14% of max value = 765). Red value is 36 (14.45% from 255 or 33.33% from 108); Green value is 58 (23.05% from 255 or 53.70% from 108); Blue value is 14 (5.86% from 255 or 12.96% from 108); Max value from RGB is 58 - color contains mainly: green. Hex color #243A0E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #243A0E is #DBC5F1. Grayscale: #2E2E2E. Windows color (decimal): -14403058 or 932388. OLE color: 932388.
HSL color Cylindrical-coordinate representation of color #243A0E: hue angle of 90º degrees, saturation: 0.61, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #243A0E is Cyan = 0.38, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 36 | 58 | 14 | - |
| CMYK | 0.38 | 0 | 0.76 | 0.77 |
| HSL | 90º | 0.61% | 0.14% | - |
| HSV(B) | 90º | 0.76% | 0.23% | - |
| XYZ | 2.32 | 3.43 | 0.96 | - |
| YUV | 46.41 | 109.71 | 120.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 58 | 14 | 0.38 | 0 | 0.76 | 0.77 | 90 | 0.61 | 0.14 |
| Hex | 24 | 3A | E | 26 | 0 | 4C | 4D | 5A | 3D | E |
| Octal | 44 | 72 | 16 | 46 | 0 | 114 | 115 | 132 | 75 | 16 |
| Binary | 100100 | 111010 | 1110 | 100110 | 0 | 1001100 | 1001101 | 1011010 | 111101 | 1110 |
Color Harmonies of #243A0E
Complementary color
Monochromatic Colors of #243A0E
Black with #243A0E
Text Example
Text Example
White with #243A0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #243A0E; }
p { color: rgb(36,58,14); }
H1.HeaderClassName
{
color: #243A0E;
}
.AnyTagClassName
{
color: #243A0E;
}
</style>
background-color css
<style>
a { background-color: #243A0E; }
a { background-color: rgb(36,58,14); }
div.DivClassName
{
background-color: #243A0E;
}
.BgClassName
{
background-color: #243A0E;
}
</style>
border-color css
<style>
span { border-color: #243A0E; }
span { border-color: rgb(36,58,14); }
td.TdClassName
{
border-color: #243A0E;
}
.TagClassName
{
border-color: #243A0E;
}
</style>