Shades of Pine Tree #182400
Tints of Pine Tree #182400
RGB
CMYK
RGB Variations
Color information
#182400 (or 0x182400) is known color: Pine Tree. HEX triplet: 18, 24 and 00. RGB value is (24,36,0). Sum of RGB (Red+Green+Blue) = 24+36+0=60 (7% of max value = 765). Red value is 24 (9.77% from 255 or 40% from 60); Green value is 36 (14.45% from 255 or 60% from 60); Blue value is 0 (0.39% from 255 or 0% from 60); Max value from RGB is 36 - color contains mainly: green. Hex color #182400 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #182400 is #E7DBFF. Grayscale: #1C1C1C. Windows color (decimal): -15195136 or 9240. OLE color: 9240.
HSL color Cylindrical-coordinate representation of color #182400: hue angle of 80º degrees, saturation: 1, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 1%. Process color model (Four color, CMYK) of #182400 is Cyan = 0.33, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 24 | 36 | 0 | - |
| CMYK | 0.33 | 0 | 1 | 0.86 |
| HSL | 80º | 1% | 0.07% | - |
| HSV(B) | 80º | 1% | 0.14% | - |
| XYZ | 1.01 | 1.46 | 0.23 | - |
| YUV | 28.31 | 112.02 | 124.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 36 | 0 | 0.33 | 0 | 1 | 0.86 | 80 | 1 | 0.07 |
| Hex | 18 | 24 | 0 | 21 | 0 | 64 | 56 | 50 | 64 | 7 |
| Octal | 30 | 44 | 0 | 41 | 0 | 144 | 126 | 120 | 144 | 7 |
| Binary | 11000 | 100100 | 0 | 100001 | 0 | 1100100 | 1010110 | 1010000 | 1100100 | 111 |
Color Harmonies of #182400
Complementary color
Monochromatic Colors of #182400
Black with #182400
Text Example
Text Example
White with #182400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #182400; }
p { color: rgb(24,36,0); }
H1.HeaderClassName
{
color: #182400;
}
.AnyTagClassName
{
color: #182400;
}
</style>
background-color css
<style>
a { background-color: #182400; }
a { background-color: rgb(24,36,0); }
div.DivClassName
{
background-color: #182400;
}
.BgClassName
{
background-color: #182400;
}
</style>
border-color css
<style>
span { border-color: #182400; }
span { border-color: rgb(24,36,0); }
td.TdClassName
{
border-color: #182400;
}
.TagClassName
{
border-color: #182400;
}
</style>