Shades of Timber Green #304C32
Tints of Timber Green #304C32
RGB
CMYK
RGB Variations
Color information
#304C32 (or 0x304C32) is known color: Timber Green. HEX triplet: 30, 4C and 32. RGB value is (48,76,50). Sum of RGB (Red+Green+Blue) = 48+76+50=174 (23% of max value = 765). Red value is 48 (19.14% from 255 or 27.59% from 174); Green value is 76 (30.08% from 255 or 43.68% from 174); Blue value is 50 (19.92% from 255 or 28.74% from 174); Max value from RGB is 76 - color contains mainly: green. Hex color #304C32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #304C32 is #CFB3CD. Grayscale: #404040. Windows color (decimal): -13611982 or 3296304. OLE color: 3296304.
HSL color Cylindrical-coordinate representation of color #304C32: hue angle of 124.29º degrees, saturation: 0.23, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #304C32 is Cyan = 0.37, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 48 | 76 | 50 | - |
| CMYK | 0.37 | 0 | 0.34 | 0.70 |
| HSL | 124.29º | 0.23% | 0.24% | - |
| HSV(B) | 124.29º | 0.37% | 0.3% | - |
| XYZ | 4.38 | 6.03 | 3.95 | - |
| YUV | 64.66 | 119.72 | 116.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 76 | 50 | 0.37 | 0 | 0.34 | 0.70 | 124.29 | 0.23 | 0.24 |
| Hex | 30 | 4C | 32 | 25 | 0 | 22 | 46 | 7C | 17 | 18 |
| Octal | 60 | 114 | 62 | 45 | 0 | 42 | 106 | 174 | 27 | 30 |
| Binary | 110000 | 1001100 | 110010 | 100101 | 0 | 100010 | 1000110 | 1111100 | 10111 | 11000 |
Color Harmonies of #304C32
Complementary color
Monochromatic Colors of #304C32
Black with #304C32
Text Example
Text Example
White with #304C32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304C32; }
p { color: rgb(48,76,50); }
H1.HeaderClassName
{
color: #304C32;
}
.AnyTagClassName
{
color: #304C32;
}
</style>
background-color css
<style>
a { background-color: #304C32; }
a { background-color: rgb(48,76,50); }
div.DivClassName
{
background-color: #304C32;
}
.BgClassName
{
background-color: #304C32;
}
</style>
border-color css
<style>
span { border-color: #304C32; }
span { border-color: rgb(48,76,50); }
td.TdClassName
{
border-color: #304C32;
}
.TagClassName
{
border-color: #304C32;
}
</style>