Shades of Pine Tree #243D0F
Tints of Pine Tree #243D0F
RGB
CMYK
RGB Variations
Color information
#243D0F (or 0x243D0F) is known color: Pine Tree. HEX triplet: 24, 3D and 0F. RGB value is (36,61,15). Sum of RGB (Red+Green+Blue) = 36+61+15=112 (14% of max value = 765). Red value is 36 (14.45% from 255 or 32.14% from 112); Green value is 61 (24.22% from 255 or 54.46% from 112); Blue value is 15 (6.25% from 255 or 13.39% from 112); Max value from RGB is 61 - color contains mainly: green. Hex color #243D0F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #243D0F is #DBC2F0. Grayscale: #303030. Windows color (decimal): -14402289 or 998692. OLE color: 998692.
HSL color Cylindrical-coordinate representation of color #243D0F: hue angle of 92.61º degrees, saturation: 0.61, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #243D0F is Cyan = 0.41, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 36 | 61 | 15 | - |
| CMYK | 0.41 | 0 | 0.75 | 0.76 |
| HSL | 92.61º | 0.61% | 0.15% | - |
| HSV(B) | 92.61º | 0.75% | 0.24% | - |
| XYZ | 2.48 | 3.75 | 1.04 | - |
| YUV | 48.28 | 109.22 | 119.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 61 | 15 | 0.41 | 0 | 0.75 | 0.76 | 92.61 | 0.61 | 0.15 |
| Hex | 24 | 3D | F | 29 | 0 | 4B | 4C | 5D | 3D | F |
| Octal | 44 | 75 | 17 | 51 | 0 | 113 | 114 | 135 | 75 | 17 |
| Binary | 100100 | 111101 | 1111 | 101001 | 0 | 1001011 | 1001100 | 1011101 | 111101 | 1111 |
Color Harmonies of #243D0F
Complementary color
Monochromatic Colors of #243D0F
Black with #243D0F
Text Example
Text Example
White with #243D0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #243D0F; }
p { color: rgb(36,61,15); }
H1.HeaderClassName
{
color: #243D0F;
}
.AnyTagClassName
{
color: #243D0F;
}
</style>
background-color css
<style>
a { background-color: #243D0F; }
a { background-color: rgb(36,61,15); }
div.DivClassName
{
background-color: #243D0F;
}
.BgClassName
{
background-color: #243D0F;
}
</style>
border-color css
<style>
span { border-color: #243D0F; }
span { border-color: rgb(36,61,15); }
td.TdClassName
{
border-color: #243D0F;
}
.TagClassName
{
border-color: #243D0F;
}
</style>