Shades of Pine Tree #242A1A
Tints of Pine Tree #242A1A
RGB
CMYK
RGB Variations
Color information
#242A1A (or 0x242A1A) is known color: Pine Tree. HEX triplet: 24, 2A and 1A. RGB value is (36,42,26). Sum of RGB (Red+Green+Blue) = 36+42+26=104 (13% of max value = 765). Red value is 36 (14.45% from 255 or 34.62% from 104); Green value is 42 (16.80% from 255 or 40.38% from 104); Blue value is 26 (10.55% from 255 or 25% from 104); Max value from RGB is 42 - color contains mainly: green. Hex color #242A1A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #242A1A is #DBD5E5. Grayscale: #262626. Windows color (decimal): -14407142 or 1714724. OLE color: 1714724.
HSL color Cylindrical-coordinate representation of color #242A1A: hue angle of 82.5º degrees, saturation: 0.24, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #242A1A is Cyan = 0.14, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 36 | 42 | 26 | - |
| CMYK | 0.14 | 0 | 0.38 | 0.84 |
| HSL | 82.5º | 0.24% | 0.13% | - |
| HSV(B) | 82.5º | 0.38% | 0.16% | - |
| XYZ | 1.74 | 2.11 | 1.29 | - |
| YUV | 38.38 | 121.01 | 126.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 42 | 26 | 0.14 | 0 | 0.38 | 0.84 | 82.5 | 0.24 | 0.13 |
| Hex | 24 | 2A | 1A | E | 0 | 26 | 54 | 52 | 18 | D |
| Octal | 44 | 52 | 32 | 16 | 0 | 46 | 124 | 122 | 30 | 15 |
| Binary | 100100 | 101010 | 11010 | 1110 | 0 | 100110 | 1010100 | 1010010 | 11000 | 1101 |
Color Harmonies of #242A1A
Complementary color
Monochromatic Colors of #242A1A
Black with #242A1A
Text Example
Text Example
White with #242A1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #242A1A; }
p { color: rgb(36,42,26); }
H1.HeaderClassName
{
color: #242A1A;
}
.AnyTagClassName
{
color: #242A1A;
}
</style>
background-color css
<style>
a { background-color: #242A1A; }
a { background-color: rgb(36,42,26); }
div.DivClassName
{
background-color: #242A1A;
}
.BgClassName
{
background-color: #242A1A;
}
</style>
border-color css
<style>
span { border-color: #242A1A; }
span { border-color: rgb(36,42,26); }
td.TdClassName
{
border-color: #242A1A;
}
.TagClassName
{
border-color: #242A1A;
}
</style>