Shades of Pine Tree #183305
Tints of Pine Tree #183305
RGB
CMYK
RGB Variations
Color information
#183305 (or 0x183305) is known color: Pine Tree. HEX triplet: 18, 33 and 05. RGB value is (24,51,5). Sum of RGB (Red+Green+Blue) = 24+51+5=80 (10% of max value = 765). Red value is 24 (9.77% from 255 or 30% from 80); Green value is 51 (20.31% from 255 or 63.75% from 80); Blue value is 5 (2.34% from 255 or 6.25% from 80); Max value from RGB is 51 - color contains mainly: green. Hex color #183305 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #183305 is #E7CCFA. Grayscale: #252525. Windows color (decimal): -15191291 or 340760. OLE color: 340760.
HSL color Cylindrical-coordinate representation of color #183305: hue angle of 95.22º degrees, saturation: 0.82, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #183305 is Cyan = 0.53, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 24 | 51 | 5 | - |
| CMYK | 0.53 | 0 | 0.90 | 0.8 |
| HSL | 95.22º | 0.82% | 0.11% | - |
| HSV(B) | 95.22º | 0.9% | 0.2% | - |
| XYZ | 1.59 | 2.57 | 0.56 | - |
| YUV | 37.68 | 109.55 | 118.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 51 | 5 | 0.53 | 0 | 0.90 | 0.8 | 95.22 | 0.82 | 0.11 |
| Hex | 18 | 33 | 5 | 35 | 0 | 5A | 50 | 5F | 52 | B |
| Octal | 30 | 63 | 5 | 65 | 0 | 132 | 120 | 137 | 122 | 13 |
| Binary | 11000 | 110011 | 101 | 110101 | 0 | 1011010 | 1010000 | 1011111 | 1010010 | 1011 |
Color Harmonies of #183305
Complementary color
Monochromatic Colors of #183305
Black with #183305
Text Example
Text Example
White with #183305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #183305; }
p { color: rgb(24,51,5); }
H1.HeaderClassName
{
color: #183305;
}
.AnyTagClassName
{
color: #183305;
}
</style>
background-color css
<style>
a { background-color: #183305; }
a { background-color: rgb(24,51,5); }
div.DivClassName
{
background-color: #183305;
}
.BgClassName
{
background-color: #183305;
}
</style>
border-color css
<style>
span { border-color: #183305; }
span { border-color: rgb(24,51,5); }
td.TdClassName
{
border-color: #183305;
}
.TagClassName
{
border-color: #183305;
}
</style>