Shades of Pine Tree #242D14
Tints of Pine Tree #242D14
RGB
CMYK
RGB Variations
Color information
#242D14 (or 0x242D14) is known color: Pine Tree. HEX triplet: 24, 2D and 14. RGB value is (36,45,20). Sum of RGB (Red+Green+Blue) = 36+45+20=101 (13% of max value = 765). Red value is 36 (14.45% from 255 or 35.64% from 101); Green value is 45 (17.97% from 255 or 44.55% from 101); Blue value is 20 (8.20% from 255 or 19.80% from 101); Max value from RGB is 45 - color contains mainly: green. Hex color #242D14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #242D14 is #DBD2EB. Grayscale: #272727. Windows color (decimal): -14406380 or 1322276. OLE color: 1322276.
HSL color Cylindrical-coordinate representation of color #242D14: hue angle of 81.6º degrees, saturation: 0.38, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #242D14 is Cyan = 0.2, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 36 | 45 | 20 | - |
| CMYK | 0.2 | 0 | 0.56 | 0.82 |
| HSL | 81.6º | 0.38% | 0.13% | - |
| HSV(B) | 81.6º | 0.56% | 0.18% | - |
| XYZ | 1.79 | 2.3 | 1.01 | - |
| YUV | 39.46 | 117.02 | 125.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 45 | 20 | 0.2 | 0 | 0.56 | 0.82 | 81.6 | 0.38 | 0.13 |
| Hex | 24 | 2D | 14 | 14 | 0 | 38 | 52 | 52 | 26 | D |
| Octal | 44 | 55 | 24 | 24 | 0 | 70 | 122 | 122 | 46 | 15 |
| Binary | 100100 | 101101 | 10100 | 10100 | 0 | 111000 | 1010010 | 1010010 | 100110 | 1101 |
Color Harmonies of #242D14
Complementary color
Monochromatic Colors of #242D14
Black with #242D14
Text Example
Text Example
White with #242D14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #242D14; }
p { color: rgb(36,45,20); }
H1.HeaderClassName
{
color: #242D14;
}
.AnyTagClassName
{
color: #242D14;
}
</style>
background-color css
<style>
a { background-color: #242D14; }
a { background-color: rgb(36,45,20); }
div.DivClassName
{
background-color: #242D14;
}
.BgClassName
{
background-color: #242D14;
}
</style>
border-color css
<style>
span { border-color: #242D14; }
span { border-color: rgb(36,45,20); }
td.TdClassName
{
border-color: #242D14;
}
.TagClassName
{
border-color: #242D14;
}
</style>