Shades of Pine Tree #18270D
Tints of Pine Tree #18270D
RGB
CMYK
RGB Variations
Color information
#18270D (or 0x18270D) is known color: Pine Tree. HEX triplet: 18, 27 and 0D. RGB value is (24,39,13). Sum of RGB (Red+Green+Blue) = 24+39+13=76 (10% of max value = 765). Red value is 24 (9.77% from 255 or 31.58% from 76); Green value is 39 (15.62% from 255 or 51.32% from 76); Blue value is 13 (5.47% from 255 or 17.11% from 76); Max value from RGB is 39 - color contains mainly: green. Hex color #18270D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #18270D is #E7D8F2. Grayscale: #1F1F1F. Windows color (decimal): -15194355 or 861976. OLE color: 861976.
HSL color Cylindrical-coordinate representation of color #18270D: hue angle of 94.62º degrees, saturation: 0.5, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #18270D is Cyan = 0.38, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 24 | 39 | 13 | - |
| CMYK | 0.38 | 0 | 0.67 | 0.85 |
| HSL | 94.62º | 0.5% | 0.1% | - |
| HSV(B) | 94.62º | 0.67% | 0.15% | - |
| XYZ | 1.17 | 1.67 | 0.64 | - |
| YUV | 31.55 | 117.53 | 122.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 39 | 13 | 0.38 | 0 | 0.67 | 0.85 | 94.62 | 0.5 | 0.1 |
| Hex | 18 | 27 | D | 26 | 0 | 43 | 55 | 5F | 32 | A |
| Octal | 30 | 47 | 15 | 46 | 0 | 103 | 125 | 137 | 62 | 12 |
| Binary | 11000 | 100111 | 1101 | 100110 | 0 | 1000011 | 1010101 | 1011111 | 110010 | 1010 |
Color Harmonies of #18270D
Complementary color
Monochromatic Colors of #18270D
Black with #18270D
Text Example
Text Example
White with #18270D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18270D; }
p { color: rgb(24,39,13); }
H1.HeaderClassName
{
color: #18270D;
}
.AnyTagClassName
{
color: #18270D;
}
</style>
background-color css
<style>
a { background-color: #18270D; }
a { background-color: rgb(24,39,13); }
div.DivClassName
{
background-color: #18270D;
}
.BgClassName
{
background-color: #18270D;
}
</style>
border-color css
<style>
span { border-color: #18270D; }
span { border-color: rgb(24,39,13); }
td.TdClassName
{
border-color: #18270D;
}
.TagClassName
{
border-color: #18270D;
}
</style>