Shades of Pine Tree #242C1B
Tints of Pine Tree #242C1B
RGB
CMYK
RGB Variations
Color information
#242C1B (or 0x242C1B) is known color: Pine Tree. HEX triplet: 24, 2C and 1B. RGB value is (36,44,27). Sum of RGB (Red+Green+Blue) = 36+44+27=107 (14% of max value = 765). Red value is 36 (14.45% from 255 or 33.64% from 107); Green value is 44 (17.58% from 255 or 41.12% from 107); Blue value is 27 (10.94% from 255 or 25.23% from 107); Max value from RGB is 44 - color contains mainly: green. Hex color #242C1B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #242C1B is #DBD3E4. Grayscale: #272727. Windows color (decimal): -14406629 or 1780772. OLE color: 1780772.
HSL color Cylindrical-coordinate representation of color #242C1B: hue angle of 88.24º degrees, saturation: 0.24, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #242C1B is Cyan = 0.18, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 36 | 44 | 27 | - |
| CMYK | 0.18 | 0 | 0.39 | 0.83 |
| HSL | 88.24º | 0.24% | 0.14% | - |
| HSV(B) | 88.24º | 0.39% | 0.17% | - |
| XYZ | 1.83 | 2.26 | 1.38 | - |
| YUV | 39.67 | 120.85 | 125.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 44 | 27 | 0.18 | 0 | 0.39 | 0.83 | 88.24 | 0.24 | 0.14 |
| Hex | 24 | 2C | 1B | 12 | 0 | 27 | 53 | 58 | 18 | E |
| Octal | 44 | 54 | 33 | 22 | 0 | 47 | 123 | 130 | 30 | 16 |
| Binary | 100100 | 101100 | 11011 | 10010 | 0 | 100111 | 1010011 | 1011000 | 11000 | 1110 |
Color Harmonies of #242C1B
Complementary color
Monochromatic Colors of #242C1B
Black with #242C1B
Text Example
Text Example
White with #242C1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #242C1B; }
p { color: rgb(36,44,27); }
H1.HeaderClassName
{
color: #242C1B;
}
.AnyTagClassName
{
color: #242C1B;
}
</style>
background-color css
<style>
a { background-color: #242C1B; }
a { background-color: rgb(36,44,27); }
div.DivClassName
{
background-color: #242C1B;
}
.BgClassName
{
background-color: #242C1B;
}
</style>
border-color css
<style>
span { border-color: #242C1B; }
span { border-color: rgb(36,44,27); }
td.TdClassName
{
border-color: #242C1B;
}
.TagClassName
{
border-color: #242C1B;
}
</style>