Shades of Pine Tree #183002
Tints of Pine Tree #183002
RGB
CMYK
RGB Variations
Color information
#183002 (or 0x183002) is known color: Pine Tree. HEX triplet: 18, 30 and 02. RGB value is (24,48,2). Sum of RGB (Red+Green+Blue) = 24+48+2=74 (9% of max value = 765). Red value is 24 (9.77% from 255 or 32.43% from 74); Green value is 48 (19.14% from 255 or 64.86% from 74); Blue value is 2 (1.17% from 255 or 2.70% from 74); Max value from RGB is 48 - color contains mainly: green. Hex color #183002 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #183002 is #E7CFFD. Grayscale: #232323. Windows color (decimal): -15192062 or 143384. OLE color: 143384.
HSL color Cylindrical-coordinate representation of color #183002: hue angle of 91.3º degrees, saturation: 0.92, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #183002 is Cyan = 0.5, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 24 | 48 | 2 | - |
| CMYK | 0.5 | 0 | 0.96 | 0.81 |
| HSL | 91.3º | 0.92% | 0.1% | - |
| HSV(B) | 91.3º | 0.96% | 0.19% | - |
| XYZ | 1.44 | 2.31 | 0.43 | - |
| YUV | 35.58 | 109.05 | 119.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 48 | 2 | 0.5 | 0 | 0.96 | 0.81 | 91.3 | 0.92 | 0.1 |
| Hex | 18 | 30 | 2 | 32 | 0 | 60 | 51 | 5B | 5C | A |
| Octal | 30 | 60 | 2 | 62 | 0 | 140 | 121 | 133 | 134 | 12 |
| Binary | 11000 | 110000 | 10 | 110010 | 0 | 1100000 | 1010001 | 1011011 | 1011100 | 1010 |
Color Harmonies of #183002
Complementary color
Monochromatic Colors of #183002
Black with #183002
Text Example
Text Example
White with #183002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #183002; }
p { color: rgb(24,48,2); }
H1.HeaderClassName
{
color: #183002;
}
.AnyTagClassName
{
color: #183002;
}
</style>
background-color css
<style>
a { background-color: #183002; }
a { background-color: rgb(24,48,2); }
div.DivClassName
{
background-color: #183002;
}
.BgClassName
{
background-color: #183002;
}
</style>
border-color css
<style>
span { border-color: #183002; }
span { border-color: rgb(24,48,2); }
td.TdClassName
{
border-color: #183002;
}
.TagClassName
{
border-color: #183002;
}
</style>