Shades of Pine Tree #182312
Tints of Pine Tree #182312
RGB
CMYK
RGB Variations
Color information
#182312 (or 0x182312) is known color: Pine Tree. HEX triplet: 18, 23 and 12. RGB value is (24,35,18). Sum of RGB (Red+Green+Blue) = 24+35+18=77 (10% of max value = 765). Red value is 24 (9.77% from 255 or 31.17% from 77); Green value is 35 (14.06% from 255 or 45.45% from 77); Blue value is 18 (7.42% from 255 or 23.38% from 77); Max value from RGB is 35 - color contains mainly: green. Hex color #182312 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #182312 is #E7DCED. Grayscale: #1D1D1D. Windows color (decimal): -15195374 or 1188632. OLE color: 1188632.
HSL color Cylindrical-coordinate representation of color #182312: hue angle of 98.82º degrees, saturation: 0.32, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #182312 is Cyan = 0.31, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 24 | 35 | 18 | - |
| CMYK | 0.31 | 0 | 0.49 | 0.86 |
| HSL | 98.82º | 0.32% | 0.1% | - |
| HSV(B) | 98.82º | 0.49% | 0.14% | - |
| XYZ | 1.09 | 1.44 | 0.79 | - |
| YUV | 29.77 | 121.36 | 123.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 35 | 18 | 0.31 | 0 | 0.49 | 0.86 | 98.82 | 0.32 | 0.1 |
| Hex | 18 | 23 | 12 | 1F | 0 | 31 | 56 | 63 | 20 | A |
| Octal | 30 | 43 | 22 | 37 | 0 | 61 | 126 | 143 | 40 | 12 |
| Binary | 11000 | 100011 | 10010 | 11111 | 0 | 110001 | 1010110 | 1100011 | 100000 | 1010 |
Color Harmonies of #182312
Complementary color
Monochromatic Colors of #182312
Black with #182312
Text Example
Text Example
White with #182312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #182312; }
p { color: rgb(24,35,18); }
H1.HeaderClassName
{
color: #182312;
}
.AnyTagClassName
{
color: #182312;
}
</style>
background-color css
<style>
a { background-color: #182312; }
a { background-color: rgb(24,35,18); }
div.DivClassName
{
background-color: #182312;
}
.BgClassName
{
background-color: #182312;
}
</style>
border-color css
<style>
span { border-color: #182312; }
span { border-color: rgb(24,35,18); }
td.TdClassName
{
border-color: #182312;
}
.TagClassName
{
border-color: #182312;
}
</style>