Shades of Pine Tree #303825
Tints of Pine Tree #303825
RGB
CMYK
RGB Variations
Color information
#303825 (or 0x303825) is known color: Pine Tree. HEX triplet: 30, 38 and 25. RGB value is (48,56,37). Sum of RGB (Red+Green+Blue) = 48+56+37=141 (18% of max value = 765). Red value is 48 (19.14% from 255 or 34.04% from 141); Green value is 56 (22.27% from 255 or 39.72% from 141); Blue value is 37 (14.84% from 255 or 26.24% from 141); Max value from RGB is 56 - color contains mainly: green. Hex color #303825 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303825 is #CFC7DA. Grayscale: #333333. Windows color (decimal): -13617115 or 2439216. OLE color: 2439216.
HSL color Cylindrical-coordinate representation of color #303825: hue angle of 85.26º degrees, saturation: 0.2, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #303825 is Cyan = 0.14, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 48 | 56 | 37 | - |
| CMYK | 0.14 | 0 | 0.34 | 0.78 |
| HSL | 85.26º | 0.2% | 0.18% | - |
| HSV(B) | 85.26º | 0.34% | 0.22% | - |
| XYZ | 2.97 | 3.59 | 2.29 | - |
| YUV | 51.44 | 119.85 | 125.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 56 | 37 | 0.14 | 0 | 0.34 | 0.78 | 85.26 | 0.2 | 0.18 |
| Hex | 30 | 38 | 25 | E | 0 | 22 | 4E | 55 | 14 | 12 |
| Octal | 60 | 70 | 45 | 16 | 0 | 42 | 116 | 125 | 24 | 22 |
| Binary | 110000 | 111000 | 100101 | 1110 | 0 | 100010 | 1001110 | 1010101 | 10100 | 10010 |
Color Harmonies of #303825
Complementary color
Monochromatic Colors of #303825
Black with #303825
Text Example
Text Example
White with #303825
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303825; }
p { color: rgb(48,56,37); }
H1.HeaderClassName
{
color: #303825;
}
.AnyTagClassName
{
color: #303825;
}
</style>
background-color css
<style>
a { background-color: #303825; }
a { background-color: rgb(48,56,37); }
div.DivClassName
{
background-color: #303825;
}
.BgClassName
{
background-color: #303825;
}
</style>
border-color css
<style>
span { border-color: #303825; }
span { border-color: rgb(48,56,37); }
td.TdClassName
{
border-color: #303825;
}
.TagClassName
{
border-color: #303825;
}
</style>