Shades of Pine Tree #182013
Tints of Pine Tree #182013
RGB
CMYK
RGB Variations
Color information
#182013 (or 0x182013) is known color: Pine Tree. HEX triplet: 18, 20 and 13. RGB value is (24,32,19). Sum of RGB (Red+Green+Blue) = 24+32+19=75 (9% of max value = 765). Red value is 24 (9.77% from 255 or 32% from 75); Green value is 32 (12.89% from 255 or 42.67% from 75); Blue value is 19 (7.81% from 255 or 25.33% from 75); Max value from RGB is 32 - color contains mainly: green. Hex color #182013 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #182013 is #E7DFEC. Grayscale: #1C1C1C. Windows color (decimal): -15196141 or 1253400. OLE color: 1253400.
HSL color Cylindrical-coordinate representation of color #182013: hue angle of 96.92º degrees, saturation: 0.25, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #182013 is Cyan = 0.25, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 24 | 32 | 19 | - |
| CMYK | 0.25 | 0 | 0.41 | 0.87 |
| HSL | 96.92º | 0.25% | 0.1% | - |
| HSV(B) | 96.92º | 0.41% | 0.13% | - |
| XYZ | 1.01 | 1.27 | 0.81 | - |
| YUV | 28.13 | 122.85 | 125.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 32 | 19 | 0.25 | 0 | 0.41 | 0.87 | 96.92 | 0.25 | 0.1 |
| Hex | 18 | 20 | 13 | 19 | 0 | 29 | 57 | 61 | 19 | A |
| Octal | 30 | 40 | 23 | 31 | 0 | 51 | 127 | 141 | 31 | 12 |
| Binary | 11000 | 100000 | 10011 | 11001 | 0 | 101001 | 1010111 | 1100001 | 11001 | 1010 |
Color Harmonies of #182013
Complementary color
Monochromatic Colors of #182013
Black with #182013
Text Example
Text Example
White with #182013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #182013; }
p { color: rgb(24,32,19); }
H1.HeaderClassName
{
color: #182013;
}
.AnyTagClassName
{
color: #182013;
}
</style>
background-color css
<style>
a { background-color: #182013; }
a { background-color: rgb(24,32,19); }
div.DivClassName
{
background-color: #182013;
}
.BgClassName
{
background-color: #182013;
}
</style>
border-color css
<style>
span { border-color: #182013; }
span { border-color: rgb(24,32,19); }
td.TdClassName
{
border-color: #182013;
}
.TagClassName
{
border-color: #182013;
}
</style>