Shades of Pine Tree #182506
Tints of Pine Tree #182506
RGB
CMYK
RGB Variations
Color information
#182506 (or 0x182506) is known color: Pine Tree. HEX triplet: 18, 25 and 06. RGB value is (24,37,6). Sum of RGB (Red+Green+Blue) = 24+37+6=67 (8% of max value = 765). Red value is 24 (9.77% from 255 or 35.82% from 67); Green value is 37 (14.84% from 255 or 55.22% from 67); Blue value is 6 (2.73% from 255 or 8.96% from 67); Max value from RGB is 37 - color contains mainly: green. Hex color #182506 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #182506 is #E7DAF9. Grayscale: #1D1D1D. Windows color (decimal): -15194874 or 402712. OLE color: 402712.
HSL color Cylindrical-coordinate representation of color #182506: hue angle of 85.16º degrees, saturation: 0.72, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #182506 is Cyan = 0.35, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 24 | 37 | 6 | - |
| CMYK | 0.35 | 0 | 0.84 | 0.85 |
| HSL | 85.16º | 0.72% | 0.08% | - |
| HSV(B) | 85.16º | 0.84% | 0.15% | - |
| XYZ | 1.07 | 1.53 | 0.41 | - |
| YUV | 29.58 | 114.69 | 124.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 37 | 6 | 0.35 | 0 | 0.84 | 0.85 | 85.16 | 0.72 | 0.08 |
| Hex | 18 | 25 | 6 | 23 | 0 | 54 | 55 | 55 | 48 | 8 |
| Octal | 30 | 45 | 6 | 43 | 0 | 124 | 125 | 125 | 110 | 10 |
| Binary | 11000 | 100101 | 110 | 100011 | 0 | 1010100 | 1010101 | 1010101 | 1001000 | 1000 |
Color Harmonies of #182506
Complementary color
Monochromatic Colors of #182506
Black with #182506
Text Example
Text Example
White with #182506
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #182506; }
p { color: rgb(24,37,6); }
H1.HeaderClassName
{
color: #182506;
}
.AnyTagClassName
{
color: #182506;
}
</style>
background-color css
<style>
a { background-color: #182506; }
a { background-color: rgb(24,37,6); }
div.DivClassName
{
background-color: #182506;
}
.BgClassName
{
background-color: #182506;
}
</style>
border-color css
<style>
span { border-color: #182506; }
span { border-color: rgb(24,37,6); }
td.TdClassName
{
border-color: #182506;
}
.TagClassName
{
border-color: #182506;
}
</style>