Shades of Pine Tree #183202
Tints of Pine Tree #183202
RGB
CMYK
RGB Variations
Color information
#183202 (or 0x183202) is known color: Pine Tree. HEX triplet: 18, 32 and 02. RGB value is (24,50,2). Sum of RGB (Red+Green+Blue) = 24+50+2=76 (10% of max value = 765). Red value is 24 (9.77% from 255 or 31.58% from 76); Green value is 50 (19.92% from 255 or 65.79% from 76); Blue value is 2 (1.17% from 255 or 2.63% from 76); Max value from RGB is 50 - color contains mainly: green. Hex color #183202 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #183202 is #E7CDFD. Grayscale: #242424. Windows color (decimal): -15191550 or 143896. OLE color: 143896.
HSL color Cylindrical-coordinate representation of color #183202: hue angle of 92.5º degrees, saturation: 0.92, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #183202 is Cyan = 0.52, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 24 | 50 | 2 | - |
| CMYK | 0.52 | 0 | 0.96 | 0.80 |
| HSL | 92.5º | 0.92% | 0.1% | - |
| HSV(B) | 92.5º | 0.96% | 0.2% | - |
| XYZ | 1.53 | 2.48 | 0.46 | - |
| YUV | 36.75 | 108.39 | 118.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 50 | 2 | 0.52 | 0 | 0.96 | 0.80 | 92.5 | 0.92 | 0.1 |
| Hex | 18 | 32 | 2 | 34 | 0 | 60 | 50 | 5C | 5C | A |
| Octal | 30 | 62 | 2 | 64 | 0 | 140 | 120 | 134 | 134 | 12 |
| Binary | 11000 | 110010 | 10 | 110100 | 0 | 1100000 | 1010000 | 1011100 | 1011100 | 1010 |
Color Harmonies of #183202
Complementary color
Monochromatic Colors of #183202
Black with #183202
Text Example
Text Example
White with #183202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #183202; }
p { color: rgb(24,50,2); }
H1.HeaderClassName
{
color: #183202;
}
.AnyTagClassName
{
color: #183202;
}
</style>
background-color css
<style>
a { background-color: #183202; }
a { background-color: rgb(24,50,2); }
div.DivClassName
{
background-color: #183202;
}
.BgClassName
{
background-color: #183202;
}
</style>
border-color css
<style>
span { border-color: #183202; }
span { border-color: rgb(24,50,2); }
td.TdClassName
{
border-color: #183202;
}
.TagClassName
{
border-color: #183202;
}
</style>