Shades of Pine Tree #18260A
Tints of Pine Tree #18260A
RGB
CMYK
RGB Variations
Color information
#18260A (or 0x18260A) is known color: Pine Tree. HEX triplet: 18, 26 and 0A. RGB value is (24,38,10). Sum of RGB (Red+Green+Blue) = 24+38+10=72 (9% of max value = 765). Red value is 24 (9.77% from 255 or 33.33% from 72); Green value is 38 (15.23% from 255 or 52.78% from 72); Blue value is 10 (4.30% from 255 or 13.89% from 72); Max value from RGB is 38 - color contains mainly: green. Hex color #18260A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #18260A is #E7D9F5. Grayscale: #1E1E1E. Windows color (decimal): -15194614 or 665112. OLE color: 665112.
HSL color Cylindrical-coordinate representation of color #18260A: hue angle of 90º degrees, saturation: 0.58, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #18260A is Cyan = 0.37, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 24 | 38 | 10 | - |
| CMYK | 0.37 | 0 | 0.74 | 0.85 |
| HSL | 90º | 0.58% | 0.09% | - |
| HSV(B) | 90º | 0.74% | 0.15% | - |
| XYZ | 1.12 | 1.6 | 0.54 | - |
| YUV | 30.62 | 116.36 | 123.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 38 | 10 | 0.37 | 0 | 0.74 | 0.85 | 90 | 0.58 | 0.09 |
| Hex | 18 | 26 | A | 25 | 0 | 4A | 55 | 5A | 3A | 9 |
| Octal | 30 | 46 | 12 | 45 | 0 | 112 | 125 | 132 | 72 | 11 |
| Binary | 11000 | 100110 | 1010 | 100101 | 0 | 1001010 | 1010101 | 1011010 | 111010 | 1001 |
Color Harmonies of #18260A
Complementary color
Monochromatic Colors of #18260A
Black with #18260A
Text Example
Text Example
White with #18260A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18260A; }
p { color: rgb(24,38,10); }
H1.HeaderClassName
{
color: #18260A;
}
.AnyTagClassName
{
color: #18260A;
}
</style>
background-color css
<style>
a { background-color: #18260A; }
a { background-color: rgb(24,38,10); }
div.DivClassName
{
background-color: #18260A;
}
.BgClassName
{
background-color: #18260A;
}
</style>
border-color css
<style>
span { border-color: #18260A; }
span { border-color: rgb(24,38,10); }
td.TdClassName
{
border-color: #18260A;
}
.TagClassName
{
border-color: #18260A;
}
</style>