Shades of Pine Tree #303A21
Tints of Pine Tree #303A21
RGB
CMYK
RGB Variations
Color information
#303A21 (or 0x303A21) is known color: Pine Tree. HEX triplet: 30, 3A and 21. RGB value is (48,58,33). Sum of RGB (Red+Green+Blue) = 48+58+33=139 (18% of max value = 765). Red value is 48 (19.14% from 255 or 34.53% from 139); Green value is 58 (23.05% from 255 or 41.73% from 139); Blue value is 33 (13.28% from 255 or 23.74% from 139); Max value from RGB is 58 - color contains mainly: green. Hex color #303A21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303A21 is #CFC5DE. Grayscale: #343434. Windows color (decimal): -13616607 or 2177584. OLE color: 2177584.
HSL color Cylindrical-coordinate representation of color #303A21: hue angle of 84º degrees, saturation: 0.27, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #303A21 is Cyan = 0.17, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 48 | 58 | 33 | - |
| CMYK | 0.17 | 0 | 0.43 | 0.77 |
| HSL | 84º | 0.27% | 0.18% | - |
| HSV(B) | 84º | 0.43% | 0.23% | - |
| XYZ | 3.01 | 3.76 | 2.01 | - |
| YUV | 52.16 | 117.19 | 125.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 58 | 33 | 0.17 | 0 | 0.43 | 0.77 | 84 | 0.27 | 0.18 |
| Hex | 30 | 3A | 21 | 11 | 0 | 2B | 4D | 54 | 1B | 12 |
| Octal | 60 | 72 | 41 | 21 | 0 | 53 | 115 | 124 | 33 | 22 |
| Binary | 110000 | 111010 | 100001 | 10001 | 0 | 101011 | 1001101 | 1010100 | 11011 | 10010 |
Color Harmonies of #303A21
Complementary color
Monochromatic Colors of #303A21
Black with #303A21
Text Example
Text Example
White with #303A21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303A21; }
p { color: rgb(48,58,33); }
H1.HeaderClassName
{
color: #303A21;
}
.AnyTagClassName
{
color: #303A21;
}
</style>
background-color css
<style>
a { background-color: #303A21; }
a { background-color: rgb(48,58,33); }
div.DivClassName
{
background-color: #303A21;
}
.BgClassName
{
background-color: #303A21;
}
</style>
border-color css
<style>
span { border-color: #303A21; }
span { border-color: rgb(48,58,33); }
td.TdClassName
{
border-color: #303A21;
}
.TagClassName
{
border-color: #303A21;
}
</style>