Shades of Pine Tree #182B0C
Tints of Pine Tree #182B0C
RGB
CMYK
RGB Variations
Color information
#182B0C (or 0x182B0C) is known color: Pine Tree. HEX triplet: 18, 2B and 0C. RGB value is (24,43,12). Sum of RGB (Red+Green+Blue) = 24+43+12=79 (10% of max value = 765). Red value is 24 (9.77% from 255 or 30.38% from 79); Green value is 43 (17.19% from 255 or 54.43% from 79); Blue value is 12 (5.08% from 255 or 15.19% from 79); Max value from RGB is 43 - color contains mainly: green. Hex color #182B0C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #182B0C is #E7D4F3. Grayscale: #212121. Windows color (decimal): -15193332 or 797464. OLE color: 797464.
HSL color Cylindrical-coordinate representation of color #182B0C: hue angle of 96.77º degrees, saturation: 0.56, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #182B0C is Cyan = 0.44, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 24 | 43 | 12 | - |
| CMYK | 0.44 | 0 | 0.72 | 0.83 |
| HSL | 96.77º | 0.56% | 0.11% | - |
| HSV(B) | 96.77º | 0.72% | 0.17% | - |
| XYZ | 1.31 | 1.95 | 0.66 | - |
| YUV | 33.79 | 115.71 | 121.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 43 | 12 | 0.44 | 0 | 0.72 | 0.83 | 96.77 | 0.56 | 0.11 |
| Hex | 18 | 2B | C | 2C | 0 | 48 | 53 | 61 | 38 | B |
| Octal | 30 | 53 | 14 | 54 | 0 | 110 | 123 | 141 | 70 | 13 |
| Binary | 11000 | 101011 | 1100 | 101100 | 0 | 1001000 | 1010011 | 1100001 | 111000 | 1011 |
Color Harmonies of #182B0C
Complementary color
Monochromatic Colors of #182B0C
Black with #182B0C
Text Example
Text Example
White with #182B0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #182B0C; }
p { color: rgb(24,43,12); }
H1.HeaderClassName
{
color: #182B0C;
}
.AnyTagClassName
{
color: #182B0C;
}
</style>
background-color css
<style>
a { background-color: #182B0C; }
a { background-color: rgb(24,43,12); }
div.DivClassName
{
background-color: #182B0C;
}
.BgClassName
{
background-color: #182B0C;
}
</style>
border-color css
<style>
span { border-color: #182B0C; }
span { border-color: rgb(24,43,12); }
td.TdClassName
{
border-color: #182B0C;
}
.TagClassName
{
border-color: #182B0C;
}
</style>