Shades of Pine Tree #182C0B
Tints of Pine Tree #182C0B
RGB
CMYK
RGB Variations
Color information
#182C0B (or 0x182C0B) is known color: Pine Tree. HEX triplet: 18, 2C and 0B. RGB value is (24,44,11). Sum of RGB (Red+Green+Blue) = 24+44+11=79 (10% of max value = 765). Red value is 24 (9.77% from 255 or 30.38% from 79); Green value is 44 (17.58% from 255 or 55.70% from 79); Blue value is 11 (4.69% from 255 or 13.92% from 79); Max value from RGB is 44 - color contains mainly: green. Hex color #182C0B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #182C0B is #E7D3F4. Grayscale: #222222. Windows color (decimal): -15193077 or 732184. OLE color: 732184.
HSL color Cylindrical-coordinate representation of color #182C0B: hue angle of 96.36º degrees, saturation: 0.6, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #182C0B is Cyan = 0.45, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 24 | 44 | 11 | - |
| CMYK | 0.45 | 0 | 0.75 | 0.83 |
| HSL | 96.36º | 0.6% | 0.11% | - |
| HSV(B) | 96.36º | 0.75% | 0.17% | - |
| XYZ | 1.34 | 2.02 | 0.64 | - |
| YUV | 34.26 | 114.87 | 120.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 44 | 11 | 0.45 | 0 | 0.75 | 0.83 | 96.36 | 0.6 | 0.11 |
| Hex | 18 | 2C | B | 2D | 0 | 4B | 53 | 60 | 3C | B |
| Octal | 30 | 54 | 13 | 55 | 0 | 113 | 123 | 140 | 74 | 13 |
| Binary | 11000 | 101100 | 1011 | 101101 | 0 | 1001011 | 1010011 | 1100000 | 111100 | 1011 |
Color Harmonies of #182C0B
Complementary color
Monochromatic Colors of #182C0B
Black with #182C0B
Text Example
Text Example
White with #182C0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #182C0B; }
p { color: rgb(24,44,11); }
H1.HeaderClassName
{
color: #182C0B;
}
.AnyTagClassName
{
color: #182C0B;
}
</style>
background-color css
<style>
a { background-color: #182C0B; }
a { background-color: rgb(24,44,11); }
div.DivClassName
{
background-color: #182C0B;
}
.BgClassName
{
background-color: #182C0B;
}
</style>
border-color css
<style>
span { border-color: #182C0B; }
span { border-color: rgb(24,44,11); }
td.TdClassName
{
border-color: #182C0B;
}
.TagClassName
{
border-color: #182C0B;
}
</style>