Shades of Pine Tree #182309
Tints of Pine Tree #182309
RGB
CMYK
RGB Variations
Color information
#182309 (or 0x182309) is known color: Pine Tree. HEX triplet: 18, 23 and 09. RGB value is (24,35,9). Sum of RGB (Red+Green+Blue) = 24+35+9=68 (9% of max value = 765). Red value is 24 (9.77% from 255 or 35.29% from 68); Green value is 35 (14.06% from 255 or 51.47% from 68); Blue value is 9 (3.91% from 255 or 13.24% from 68); Max value from RGB is 35 - color contains mainly: green. Hex color #182309 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #182309 is #E7DCF6. Grayscale: #1C1C1C. Windows color (decimal): -15195383 or 598808. OLE color: 598808.
HSL color Cylindrical-coordinate representation of color #182309: hue angle of 85.38º degrees, saturation: 0.59, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #182309 is Cyan = 0.31, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 24 | 35 | 9 | - |
| CMYK | 0.31 | 0 | 0.74 | 0.86 |
| HSL | 85.38º | 0.59% | 0.09% | - |
| HSV(B) | 85.38º | 0.74% | 0.14% | - |
| XYZ | 1.03 | 1.42 | 0.48 | - |
| YUV | 28.75 | 116.86 | 124.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 35 | 9 | 0.31 | 0 | 0.74 | 0.86 | 85.38 | 0.59 | 0.09 |
| Hex | 18 | 23 | 9 | 1F | 0 | 4A | 56 | 55 | 3B | 9 |
| Octal | 30 | 43 | 11 | 37 | 0 | 112 | 126 | 125 | 73 | 11 |
| Binary | 11000 | 100011 | 1001 | 11111 | 0 | 1001010 | 1010110 | 1010101 | 111011 | 1001 |
Color Harmonies of #182309
Complementary color
Monochromatic Colors of #182309
Black with #182309
Text Example
Text Example
White with #182309
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #182309; }
p { color: rgb(24,35,9); }
H1.HeaderClassName
{
color: #182309;
}
.AnyTagClassName
{
color: #182309;
}
</style>
background-color css
<style>
a { background-color: #182309; }
a { background-color: rgb(24,35,9); }
div.DivClassName
{
background-color: #182309;
}
.BgClassName
{
background-color: #182309;
}
</style>
border-color css
<style>
span { border-color: #182309; }
span { border-color: rgb(24,35,9); }
td.TdClassName
{
border-color: #182309;
}
.TagClassName
{
border-color: #182309;
}
</style>