Shades of Pine Tree #183505
Tints of Pine Tree #183505
RGB
CMYK
RGB Variations
Color information
#183505 (or 0x183505) is known color: Pine Tree. HEX triplet: 18, 35 and 05. RGB value is (24,53,5). Sum of RGB (Red+Green+Blue) = 24+53+5=82 (10% of max value = 765). Red value is 24 (9.77% from 255 or 29.27% from 82); Green value is 53 (21.09% from 255 or 64.63% from 82); Blue value is 5 (2.34% from 255 or 6.10% from 82); Max value from RGB is 53 - color contains mainly: green. Hex color #183505 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #183505 is #E7CAFA. Grayscale: #272727. Windows color (decimal): -15190779 or 341272. OLE color: 341272.
HSL color Cylindrical-coordinate representation of color #183505: hue angle of 96.25º degrees, saturation: 0.83, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #183505 is Cyan = 0.55, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 24 | 53 | 5 | - |
| CMYK | 0.55 | 0 | 0.91 | 0.79 |
| HSL | 96.25º | 0.83% | 0.11% | - |
| HSV(B) | 96.25º | 0.91% | 0.21% | - |
| XYZ | 1.68 | 2.75 | 0.59 | - |
| YUV | 38.86 | 108.89 | 117.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 53 | 5 | 0.55 | 0 | 0.91 | 0.79 | 96.25 | 0.83 | 0.11 |
| Hex | 18 | 35 | 5 | 37 | 0 | 5B | 4F | 60 | 53 | B |
| Octal | 30 | 65 | 5 | 67 | 0 | 133 | 117 | 140 | 123 | 13 |
| Binary | 11000 | 110101 | 101 | 110111 | 0 | 1011011 | 1001111 | 1100000 | 1010011 | 1011 |
Color Harmonies of #183505
Complementary color
Monochromatic Colors of #183505
Black with #183505
Text Example
Text Example
White with #183505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #183505; }
p { color: rgb(24,53,5); }
H1.HeaderClassName
{
color: #183505;
}
.AnyTagClassName
{
color: #183505;
}
</style>
background-color css
<style>
a { background-color: #183505; }
a { background-color: rgb(24,53,5); }
div.DivClassName
{
background-color: #183505;
}
.BgClassName
{
background-color: #183505;
}
</style>
border-color css
<style>
span { border-color: #183505; }
span { border-color: rgb(24,53,5); }
td.TdClassName
{
border-color: #183505;
}
.TagClassName
{
border-color: #183505;
}
</style>