Shades of Pine Tree #303823
Tints of Pine Tree #303823
RGB
CMYK
RGB Variations
Color information
#303823 (or 0x303823) is known color: Pine Tree. HEX triplet: 30, 38 and 23. RGB value is (48,56,35). Sum of RGB (Red+Green+Blue) = 48+56+35=139 (18% of max value = 765). Red value is 48 (19.14% from 255 or 34.53% from 139); Green value is 56 (22.27% from 255 or 40.29% from 139); Blue value is 35 (14.06% from 255 or 25.18% from 139); Max value from RGB is 56 - color contains mainly: green. Hex color #303823 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303823 is #CFC7DC. Grayscale: #333333. Windows color (decimal): -13617117 or 2308144. OLE color: 2308144.
HSL color Cylindrical-coordinate representation of color #303823: hue angle of 82.86º degrees, saturation: 0.23, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #303823 is Cyan = 0.14, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 48 | 56 | 35 | - |
| CMYK | 0.14 | 0 | 0.37 | 0.78 |
| HSL | 82.86º | 0.23% | 0.18% | - |
| HSV(B) | 82.86º | 0.38% | 0.22% | - |
| XYZ | 2.94 | 3.58 | 2.13 | - |
| YUV | 51.21 | 118.85 | 125.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 56 | 35 | 0.14 | 0 | 0.37 | 0.78 | 82.86 | 0.23 | 0.18 |
| Hex | 30 | 38 | 23 | E | 0 | 25 | 4E | 53 | 17 | 12 |
| Octal | 60 | 70 | 43 | 16 | 0 | 45 | 116 | 123 | 27 | 22 |
| Binary | 110000 | 111000 | 100011 | 1110 | 0 | 100101 | 1001110 | 1010011 | 10111 | 10010 |
Color Harmonies of #303823
Complementary color
Monochromatic Colors of #303823
Black with #303823
Text Example
Text Example
White with #303823
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303823; }
p { color: rgb(48,56,35); }
H1.HeaderClassName
{
color: #303823;
}
.AnyTagClassName
{
color: #303823;
}
</style>
background-color css
<style>
a { background-color: #303823; }
a { background-color: rgb(48,56,35); }
div.DivClassName
{
background-color: #303823;
}
.BgClassName
{
background-color: #303823;
}
</style>
border-color css
<style>
span { border-color: #303823; }
span { border-color: rgb(48,56,35); }
td.TdClassName
{
border-color: #303823;
}
.TagClassName
{
border-color: #303823;
}
</style>