Shades of Pine Tree #303924
Tints of Pine Tree #303924
RGB
CMYK
RGB Variations
Color information
#303924 (or 0x303924) is known color: Pine Tree. HEX triplet: 30, 39 and 24. RGB value is (48,57,36). Sum of RGB (Red+Green+Blue) = 48+57+36=141 (18% of max value = 765). Red value is 48 (19.14% from 255 or 34.04% from 141); Green value is 57 (22.66% from 255 or 40.43% from 141); Blue value is 36 (14.45% from 255 or 25.53% from 141); Max value from RGB is 57 - color contains mainly: green. Hex color #303924 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303924 is #CFC6DB. Grayscale: #333333. Windows color (decimal): -13616860 or 2373936. OLE color: 2373936.
HSL color Cylindrical-coordinate representation of color #303924: hue angle of 85.71º degrees, saturation: 0.23, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #303924 is Cyan = 0.16, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 48 | 57 | 36 | - |
| CMYK | 0.16 | 0 | 0.37 | 0.78 |
| HSL | 85.71º | 0.23% | 0.18% | - |
| HSV(B) | 85.71º | 0.37% | 0.22% | - |
| XYZ | 3 | 3.68 | 2.22 | - |
| YUV | 51.92 | 119.02 | 125.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 57 | 36 | 0.16 | 0 | 0.37 | 0.78 | 85.71 | 0.23 | 0.18 |
| Hex | 30 | 39 | 24 | 10 | 0 | 25 | 4E | 56 | 17 | 12 |
| Octal | 60 | 71 | 44 | 20 | 0 | 45 | 116 | 126 | 27 | 22 |
| Binary | 110000 | 111001 | 100100 | 10000 | 0 | 100101 | 1001110 | 1010110 | 10111 | 10010 |
Color Harmonies of #303924
Complementary color
Monochromatic Colors of #303924
Black with #303924
Text Example
Text Example
White with #303924
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303924; }
p { color: rgb(48,57,36); }
H1.HeaderClassName
{
color: #303924;
}
.AnyTagClassName
{
color: #303924;
}
</style>
background-color css
<style>
a { background-color: #303924; }
a { background-color: rgb(48,57,36); }
div.DivClassName
{
background-color: #303924;
}
.BgClassName
{
background-color: #303924;
}
</style>
border-color css
<style>
span { border-color: #303924; }
span { border-color: rgb(48,57,36); }
td.TdClassName
{
border-color: #303924;
}
.TagClassName
{
border-color: #303924;
}
</style>