Shades of Pine Tree #182105
Tints of Pine Tree #182105
RGB
CMYK
RGB Variations
Color information
#182105 (or 0x182105) is known color: Pine Tree. HEX triplet: 18, 21 and 05. RGB value is (24,33,5). Sum of RGB (Red+Green+Blue) = 24+33+5=62 (8% of max value = 765). Red value is 24 (9.77% from 255 or 38.71% from 62); Green value is 33 (13.28% from 255 or 53.23% from 62); Blue value is 5 (2.34% from 255 or 8.06% from 62); Max value from RGB is 33 - color contains mainly: green. Hex color #182105 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #182105 is #E7DEFA. Grayscale: #1B1B1B. Windows color (decimal): -15195899 or 336152. OLE color: 336152.
HSL color Cylindrical-coordinate representation of color #182105: hue angle of 79.29º degrees, saturation: 0.74, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #182105 is Cyan = 0.27, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 24 | 33 | 5 | - |
| CMYK | 0.27 | 0 | 0.85 | 0.87 |
| HSL | 79.29º | 0.74% | 0.07% | - |
| HSV(B) | 79.29º | 0.85% | 0.13% | - |
| XYZ | 0.95 | 1.29 | 0.34 | - |
| YUV | 27.12 | 115.52 | 125.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 33 | 5 | 0.27 | 0 | 0.85 | 0.87 | 79.29 | 0.74 | 0.07 |
| Hex | 18 | 21 | 5 | 1B | 0 | 55 | 57 | 4F | 4A | 7 |
| Octal | 30 | 41 | 5 | 33 | 0 | 125 | 127 | 117 | 112 | 7 |
| Binary | 11000 | 100001 | 101 | 11011 | 0 | 1010101 | 1010111 | 1001111 | 1001010 | 111 |
Color Harmonies of #182105
Complementary color
Monochromatic Colors of #182105
Black with #182105
Text Example
Text Example
White with #182105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #182105; }
p { color: rgb(24,33,5); }
H1.HeaderClassName
{
color: #182105;
}
.AnyTagClassName
{
color: #182105;
}
</style>
background-color css
<style>
a { background-color: #182105; }
a { background-color: rgb(24,33,5); }
div.DivClassName
{
background-color: #182105;
}
.BgClassName
{
background-color: #182105;
}
</style>
border-color css
<style>
span { border-color: #182105; }
span { border-color: rgb(24,33,5); }
td.TdClassName
{
border-color: #182105;
}
.TagClassName
{
border-color: #182105;
}
</style>