Shades of Pine Tree #242F10
Tints of Pine Tree #242F10
RGB
CMYK
RGB Variations
Color information
#242F10 (or 0x242F10) is known color: Pine Tree. HEX triplet: 24, 2F and 10. RGB value is (36,47,16). Sum of RGB (Red+Green+Blue) = 36+47+16=99 (13% of max value = 765). Red value is 36 (14.45% from 255 or 36.36% from 99); Green value is 47 (18.75% from 255 or 47.47% from 99); Blue value is 16 (6.64% from 255 or 16.16% from 99); Max value from RGB is 47 - color contains mainly: green. Hex color #242F10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #242F10 is #DBD0EF. Grayscale: #282828. Windows color (decimal): -14405872 or 1060644. OLE color: 1060644.
HSL color Cylindrical-coordinate representation of color #242F10: hue angle of 81.29º degrees, saturation: 0.49, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #242F10 is Cyan = 0.23, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 36 | 47 | 16 | - |
| CMYK | 0.23 | 0 | 0.66 | 0.82 |
| HSL | 81.29º | 0.49% | 0.12% | - |
| HSV(B) | 81.29º | 0.66% | 0.18% | - |
| XYZ | 1.84 | 2.45 | 0.87 | - |
| YUV | 40.18 | 114.36 | 125.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 47 | 16 | 0.23 | 0 | 0.66 | 0.82 | 81.29 | 0.49 | 0.12 |
| Hex | 24 | 2F | 10 | 17 | 0 | 42 | 52 | 51 | 31 | C |
| Octal | 44 | 57 | 20 | 27 | 0 | 102 | 122 | 121 | 61 | 14 |
| Binary | 100100 | 101111 | 10000 | 10111 | 0 | 1000010 | 1010010 | 1010001 | 110001 | 1100 |
Color Harmonies of #242F10
Complementary color
Monochromatic Colors of #242F10
Black with #242F10
Text Example
Text Example
White with #242F10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #242F10; }
p { color: rgb(36,47,16); }
H1.HeaderClassName
{
color: #242F10;
}
.AnyTagClassName
{
color: #242F10;
}
</style>
background-color css
<style>
a { background-color: #242F10; }
a { background-color: rgb(36,47,16); }
div.DivClassName
{
background-color: #242F10;
}
.BgClassName
{
background-color: #242F10;
}
</style>
border-color css
<style>
span { border-color: #242F10; }
span { border-color: rgb(36,47,16); }
td.TdClassName
{
border-color: #242F10;
}
.TagClassName
{
border-color: #242F10;
}
</style>