Shades of Pine Tree #182407
Tints of Pine Tree #182407
RGB
CMYK
RGB Variations
Color information
#182407 (or 0x182407) is known color: Pine Tree. HEX triplet: 18, 24 and 07. RGB value is (24,36,7). Sum of RGB (Red+Green+Blue) = 24+36+7=67 (8% of max value = 765). Red value is 24 (9.77% from 255 or 35.82% from 67); Green value is 36 (14.45% from 255 or 53.73% from 67); Blue value is 7 (3.12% from 255 or 10.45% from 67); Max value from RGB is 36 - color contains mainly: green. Hex color #182407 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #182407 is #E7DBF8. Grayscale: #1D1D1D. Windows color (decimal): -15195129 or 467992. OLE color: 467992.
HSL color Cylindrical-coordinate representation of color #182407: hue angle of 84.83º degrees, saturation: 0.67, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #182407 is Cyan = 0.33, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 24 | 36 | 7 | - |
| CMYK | 0.33 | 0 | 0.81 | 0.86 |
| HSL | 84.83º | 0.67% | 0.08% | - |
| HSV(B) | 84.83º | 0.81% | 0.14% | - |
| XYZ | 1.05 | 1.47 | 0.43 | - |
| YUV | 29.11 | 115.52 | 124.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 36 | 7 | 0.33 | 0 | 0.81 | 0.86 | 84.83 | 0.67 | 0.08 |
| Hex | 18 | 24 | 7 | 21 | 0 | 51 | 56 | 55 | 43 | 8 |
| Octal | 30 | 44 | 7 | 41 | 0 | 121 | 126 | 125 | 103 | 10 |
| Binary | 11000 | 100100 | 111 | 100001 | 0 | 1010001 | 1010110 | 1010101 | 1000011 | 1000 |
Color Harmonies of #182407
Complementary color
Monochromatic Colors of #182407
Black with #182407
Text Example
Text Example
White with #182407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #182407; }
p { color: rgb(24,36,7); }
H1.HeaderClassName
{
color: #182407;
}
.AnyTagClassName
{
color: #182407;
}
</style>
background-color css
<style>
a { background-color: #182407; }
a { background-color: rgb(24,36,7); }
div.DivClassName
{
background-color: #182407;
}
.BgClassName
{
background-color: #182407;
}
</style>
border-color css
<style>
span { border-color: #182407; }
span { border-color: rgb(24,36,7); }
td.TdClassName
{
border-color: #182407;
}
.TagClassName
{
border-color: #182407;
}
</style>