Shades of Pine Tree #182C0C
Tints of Pine Tree #182C0C
RGB
CMYK
RGB Variations
Color information
#182C0C (or 0x182C0C) is known color: Pine Tree. HEX triplet: 18, 2C and 0C. RGB value is (24,44,12). Sum of RGB (Red+Green+Blue) = 24+44+12=80 (10% of max value = 765). Red value is 24 (9.77% from 255 or 30% from 80); Green value is 44 (17.58% from 255 or 55% from 80); Blue value is 12 (5.08% from 255 or 15% from 80); Max value from RGB is 44 - color contains mainly: green. Hex color #182C0C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #182C0C is #E7D3F3. Grayscale: #222222. Windows color (decimal): -15193076 or 797720. OLE color: 797720.
HSL color Cylindrical-coordinate representation of color #182C0C: hue angle of 97.5º degrees, saturation: 0.57, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #182C0C is Cyan = 0.45, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 24 | 44 | 12 | - |
| CMYK | 0.45 | 0 | 0.73 | 0.83 |
| HSL | 97.5º | 0.57% | 0.11% | - |
| HSV(B) | 97.5º | 0.73% | 0.17% | - |
| XYZ | 1.34 | 2.02 | 0.67 | - |
| YUV | 34.37 | 115.37 | 120.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 44 | 12 | 0.45 | 0 | 0.73 | 0.83 | 97.5 | 0.57 | 0.11 |
| Hex | 18 | 2C | C | 2D | 0 | 49 | 53 | 62 | 39 | B |
| Octal | 30 | 54 | 14 | 55 | 0 | 111 | 123 | 142 | 71 | 13 |
| Binary | 11000 | 101100 | 1100 | 101101 | 0 | 1001001 | 1010011 | 1100010 | 111001 | 1011 |
Color Harmonies of #182C0C
Complementary color
Monochromatic Colors of #182C0C
Black with #182C0C
Text Example
Text Example
White with #182C0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #182C0C; }
p { color: rgb(24,44,12); }
H1.HeaderClassName
{
color: #182C0C;
}
.AnyTagClassName
{
color: #182C0C;
}
</style>
background-color css
<style>
a { background-color: #182C0C; }
a { background-color: rgb(24,44,12); }
div.DivClassName
{
background-color: #182C0C;
}
.BgClassName
{
background-color: #182C0C;
}
</style>
border-color css
<style>
span { border-color: #182C0C; }
span { border-color: rgb(24,44,12); }
td.TdClassName
{
border-color: #182C0C;
}
.TagClassName
{
border-color: #182C0C;
}
</style>