Shades of Pine Tree #183300
Tints of Pine Tree #183300
RGB
CMYK
RGB Variations
Color information
#183300 (or 0x183300) is known color: Pine Tree. HEX triplet: 18, 33 and 00. RGB value is (24,51,0). Sum of RGB (Red+Green+Blue) = 24+51+0=75 (9% of max value = 765). Red value is 24 (9.77% from 255 or 32% from 75); Green value is 51 (20.31% from 255 or 68% from 75); Blue value is 0 (0.39% from 255 or 0% from 75); Max value from RGB is 51 - color contains mainly: green. Hex color #183300 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #183300 is #E7CCFF. Grayscale: #252525. Windows color (decimal): -15191296 or 13080. OLE color: 13080.
HSL color Cylindrical-coordinate representation of color #183300: hue angle of 91.76º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 1%. Process color model (Four color, CMYK) of #183300 is Cyan = 0.53, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 24 | 51 | 0 | - |
| CMYK | 0.53 | 0 | 1 | 0.8 |
| HSL | 91.76º | 1% | 0.1% | - |
| HSV(B) | 91.76º | 1% | 0.2% | - |
| XYZ | 1.56 | 2.56 | 0.41 | - |
| YUV | 37.11 | 107.05 | 118.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 51 | 0 | 0.53 | 0 | 1 | 0.8 | 91.76 | 1 | 0.1 |
| Hex | 18 | 33 | 0 | 35 | 0 | 64 | 50 | 5C | 64 | A |
| Octal | 30 | 63 | 0 | 65 | 0 | 144 | 120 | 134 | 144 | 12 |
| Binary | 11000 | 110011 | 0 | 110101 | 0 | 1100100 | 1010000 | 1011100 | 1100100 | 1010 |
Color Harmonies of #183300
Complementary color
Monochromatic Colors of #183300
Black with #183300
Text Example
Text Example
White with #183300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #183300; }
p { color: rgb(24,51,0); }
H1.HeaderClassName
{
color: #183300;
}
.AnyTagClassName
{
color: #183300;
}
</style>
background-color css
<style>
a { background-color: #183300; }
a { background-color: rgb(24,51,0); }
div.DivClassName
{
background-color: #183300;
}
.BgClassName
{
background-color: #183300;
}
</style>
border-color css
<style>
span { border-color: #183300; }
span { border-color: rgb(24,51,0); }
td.TdClassName
{
border-color: #183300;
}
.TagClassName
{
border-color: #183300;
}
</style>