Shades of Pine Tree #18200F
Tints of Pine Tree #18200F
RGB
CMYK
RGB Variations
Color information
#18200F (or 0x18200F) is known color: Pine Tree. HEX triplet: 18, 20 and 0F. RGB value is (24,32,15). Sum of RGB (Red+Green+Blue) = 24+32+15=71 (9% of max value = 765). Red value is 24 (9.77% from 255 or 33.80% from 71); Green value is 32 (12.89% from 255 or 45.07% from 71); Blue value is 15 (6.25% from 255 or 21.13% from 71); Max value from RGB is 32 - color contains mainly: green. Hex color #18200F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #18200F is #E7DFF0. Grayscale: #1B1B1B. Windows color (decimal): -15196145 or 991256. OLE color: 991256.
HSL color Cylindrical-coordinate representation of color #18200F: hue angle of 88.24º degrees, saturation: 0.36, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #18200F is Cyan = 0.25, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 24 | 32 | 15 | - |
| CMYK | 0.25 | 0 | 0.53 | 0.87 |
| HSL | 88.24º | 0.36% | 0.09% | - |
| HSV(B) | 88.24º | 0.53% | 0.13% | - |
| XYZ | 0.98 | 1.26 | 0.64 | - |
| YUV | 27.67 | 120.85 | 125.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 32 | 15 | 0.25 | 0 | 0.53 | 0.87 | 88.24 | 0.36 | 0.09 |
| Hex | 18 | 20 | F | 19 | 0 | 35 | 57 | 58 | 24 | 9 |
| Octal | 30 | 40 | 17 | 31 | 0 | 65 | 127 | 130 | 44 | 11 |
| Binary | 11000 | 100000 | 1111 | 11001 | 0 | 110101 | 1010111 | 1011000 | 100100 | 1001 |
Color Harmonies of #18200F
Complementary color
Monochromatic Colors of #18200F
Black with #18200F
Text Example
Text Example
White with #18200F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18200F; }
p { color: rgb(24,32,15); }
H1.HeaderClassName
{
color: #18200F;
}
.AnyTagClassName
{
color: #18200F;
}
</style>
background-color css
<style>
a { background-color: #18200F; }
a { background-color: rgb(24,32,15); }
div.DivClassName
{
background-color: #18200F;
}
.BgClassName
{
background-color: #18200F;
}
</style>
border-color css
<style>
span { border-color: #18200F; }
span { border-color: rgb(24,32,15); }
td.TdClassName
{
border-color: #18200F;
}
.TagClassName
{
border-color: #18200F;
}
</style>