Shades of Pine Tree #18270B
Tints of Pine Tree #18270B
RGB
CMYK
RGB Variations
Color information
#18270B (or 0x18270B) is known color: Pine Tree. HEX triplet: 18, 27 and 0B. RGB value is (24,39,11). Sum of RGB (Red+Green+Blue) = 24+39+11=74 (9% of max value = 765). Red value is 24 (9.77% from 255 or 32.43% from 74); Green value is 39 (15.62% from 255 or 52.70% from 74); Blue value is 11 (4.69% from 255 or 14.86% from 74); Max value from RGB is 39 - color contains mainly: green. Hex color #18270B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #18270B is #E7D8F4. Grayscale: #1F1F1F. Windows color (decimal): -15194357 or 730904. OLE color: 730904.
HSL color Cylindrical-coordinate representation of color #18270B: hue angle of 92.14º degrees, saturation: 0.56, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #18270B is Cyan = 0.38, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 24 | 39 | 11 | - |
| CMYK | 0.38 | 0 | 0.72 | 0.85 |
| HSL | 92.14º | 0.56% | 0.1% | - |
| HSV(B) | 92.14º | 0.72% | 0.15% | - |
| XYZ | 1.16 | 1.67 | 0.58 | - |
| YUV | 31.32 | 116.53 | 122.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 39 | 11 | 0.38 | 0 | 0.72 | 0.85 | 92.14 | 0.56 | 0.1 |
| Hex | 18 | 27 | B | 26 | 0 | 48 | 55 | 5C | 38 | A |
| Octal | 30 | 47 | 13 | 46 | 0 | 110 | 125 | 134 | 70 | 12 |
| Binary | 11000 | 100111 | 1011 | 100110 | 0 | 1001000 | 1010101 | 1011100 | 111000 | 1010 |
Color Harmonies of #18270B
Complementary color
Monochromatic Colors of #18270B
Black with #18270B
Text Example
Text Example
White with #18270B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18270B; }
p { color: rgb(24,39,11); }
H1.HeaderClassName
{
color: #18270B;
}
.AnyTagClassName
{
color: #18270B;
}
</style>
background-color css
<style>
a { background-color: #18270B; }
a { background-color: rgb(24,39,11); }
div.DivClassName
{
background-color: #18270B;
}
.BgClassName
{
background-color: #18270B;
}
</style>
border-color css
<style>
span { border-color: #18270B; }
span { border-color: rgb(24,39,11); }
td.TdClassName
{
border-color: #18270B;
}
.TagClassName
{
border-color: #18270B;
}
</style>