Shades of Pine Tree #183005
Tints of Pine Tree #183005
RGB
CMYK
RGB Variations
Color information
#183005 (or 0x183005) is known color: Pine Tree. HEX triplet: 18, 30 and 05. RGB value is (24,48,5). Sum of RGB (Red+Green+Blue) = 24+48+5=77 (10% of max value = 765). Red value is 24 (9.77% from 255 or 31.17% from 77); Green value is 48 (19.14% from 255 or 62.34% from 77); Blue value is 5 (2.34% from 255 or 6.49% from 77); Max value from RGB is 48 - color contains mainly: green. Hex color #183005 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #183005 is #E7CFFA. Grayscale: #242424. Windows color (decimal): -15192059 or 339992. OLE color: 339992.
HSL color Cylindrical-coordinate representation of color #183005: hue angle of 93.49º degrees, saturation: 0.81, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #183005 is Cyan = 0.5, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 24 | 48 | 5 | - |
| CMYK | 0.5 | 0 | 0.90 | 0.81 |
| HSL | 93.49º | 0.81% | 0.1% | - |
| HSV(B) | 93.49º | 0.9% | 0.19% | - |
| XYZ | 1.46 | 2.32 | 0.51 | - |
| YUV | 35.92 | 110.55 | 119.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 48 | 5 | 0.5 | 0 | 0.90 | 0.81 | 93.49 | 0.81 | 0.1 |
| Hex | 18 | 30 | 5 | 32 | 0 | 5A | 51 | 5D | 51 | A |
| Octal | 30 | 60 | 5 | 62 | 0 | 132 | 121 | 135 | 121 | 12 |
| Binary | 11000 | 110000 | 101 | 110010 | 0 | 1011010 | 1010001 | 1011101 | 1010001 | 1010 |
Color Harmonies of #183005
Complementary color
Monochromatic Colors of #183005
Black with #183005
Text Example
Text Example
White with #183005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #183005; }
p { color: rgb(24,48,5); }
H1.HeaderClassName
{
color: #183005;
}
.AnyTagClassName
{
color: #183005;
}
</style>
background-color css
<style>
a { background-color: #183005; }
a { background-color: rgb(24,48,5); }
div.DivClassName
{
background-color: #183005;
}
.BgClassName
{
background-color: #183005;
}
</style>
border-color css
<style>
span { border-color: #183005; }
span { border-color: rgb(24,48,5); }
td.TdClassName
{
border-color: #183005;
}
.TagClassName
{
border-color: #183005;
}
</style>