Shades of Pine Tree #24330C
Tints of Pine Tree #24330C
RGB
CMYK
RGB Variations
Color information
#24330C (or 0x24330C) is known color: Pine Tree. HEX triplet: 24, 33 and 0C. RGB value is (36,51,12). Sum of RGB (Red+Green+Blue) = 36+51+12=99 (13% of max value = 765). Red value is 36 (14.45% from 255 or 36.36% from 99); Green value is 51 (20.31% from 255 or 51.52% from 99); Blue value is 12 (5.08% from 255 or 12.12% from 99); Max value from RGB is 51 - color contains mainly: green. Hex color #24330C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #24330C is #DBCCF3. Grayscale: #2A2A2A. Windows color (decimal): -14404852 or 799524. OLE color: 799524.
HSL color Cylindrical-coordinate representation of color #24330C: hue angle of 83.08º degrees, saturation: 0.62, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #24330C is Cyan = 0.29, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 36 | 51 | 12 | - |
| CMYK | 0.29 | 0 | 0.76 | 0.8 |
| HSL | 83.08º | 0.62% | 0.12% | - |
| HSV(B) | 83.08º | 0.76% | 0.2% | - |
| XYZ | 1.98 | 2.77 | 0.78 | - |
| YUV | 42.07 | 111.03 | 123.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 51 | 12 | 0.29 | 0 | 0.76 | 0.8 | 83.08 | 0.62 | 0.12 |
| Hex | 24 | 33 | C | 1D | 0 | 4C | 50 | 53 | 3E | C |
| Octal | 44 | 63 | 14 | 35 | 0 | 114 | 120 | 123 | 76 | 14 |
| Binary | 100100 | 110011 | 1100 | 11101 | 0 | 1001100 | 1010000 | 1010011 | 111110 | 1100 |
Color Harmonies of #24330C
Complementary color
Monochromatic Colors of #24330C
Black with #24330C
Text Example
Text Example
White with #24330C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24330C; }
p { color: rgb(36,51,12); }
H1.HeaderClassName
{
color: #24330C;
}
.AnyTagClassName
{
color: #24330C;
}
</style>
background-color css
<style>
a { background-color: #24330C; }
a { background-color: rgb(36,51,12); }
div.DivClassName
{
background-color: #24330C;
}
.BgClassName
{
background-color: #24330C;
}
</style>
border-color css
<style>
span { border-color: #24330C; }
span { border-color: rgb(36,51,12); }
td.TdClassName
{
border-color: #24330C;
}
.TagClassName
{
border-color: #24330C;
}
</style>