Shades of Pine Tree #242F14
Tints of Pine Tree #242F14
RGB
CMYK
RGB Variations
Color information
#242F14 (or 0x242F14) is known color: Pine Tree. HEX triplet: 24, 2F and 14. RGB value is (36,47,20). Sum of RGB (Red+Green+Blue) = 36+47+20=103 (13% of max value = 765). Red value is 36 (14.45% from 255 or 34.95% from 103); Green value is 47 (18.75% from 255 or 45.63% from 103); Blue value is 20 (8.20% from 255 or 19.42% from 103); Max value from RGB is 47 - color contains mainly: green. Hex color #242F14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #242F14 is #DBD0EB. Grayscale: #282828. Windows color (decimal): -14405868 or 1322788. OLE color: 1322788.
HSL color Cylindrical-coordinate representation of color #242F14: hue angle of 84.44º degrees, saturation: 0.4, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #242F14 is Cyan = 0.23, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 36 | 47 | 20 | - |
| CMYK | 0.23 | 0 | 0.57 | 0.82 |
| HSL | 84.44º | 0.4% | 0.13% | - |
| HSV(B) | 84.44º | 0.57% | 0.18% | - |
| XYZ | 1.87 | 2.46 | 1.04 | - |
| YUV | 40.63 | 116.36 | 124.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 47 | 20 | 0.23 | 0 | 0.57 | 0.82 | 84.44 | 0.4 | 0.13 |
| Hex | 24 | 2F | 14 | 17 | 0 | 39 | 52 | 54 | 28 | D |
| Octal | 44 | 57 | 24 | 27 | 0 | 71 | 122 | 124 | 50 | 15 |
| Binary | 100100 | 101111 | 10100 | 10111 | 0 | 111001 | 1010010 | 1010100 | 101000 | 1101 |
Color Harmonies of #242F14
Complementary color
Monochromatic Colors of #242F14
Black with #242F14
Text Example
Text Example
White with #242F14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #242F14; }
p { color: rgb(36,47,20); }
H1.HeaderClassName
{
color: #242F14;
}
.AnyTagClassName
{
color: #242F14;
}
</style>
background-color css
<style>
a { background-color: #242F14; }
a { background-color: rgb(36,47,20); }
div.DivClassName
{
background-color: #242F14;
}
.BgClassName
{
background-color: #242F14;
}
</style>
border-color css
<style>
span { border-color: #242F14; }
span { border-color: rgb(36,47,20); }
td.TdClassName
{
border-color: #242F14;
}
.TagClassName
{
border-color: #242F14;
}
</style>