Shades of Timber Green #304C36
Tints of Timber Green #304C36
RGB
CMYK
RGB Variations
Color information
#304C36 (or 0x304C36) is known color: Timber Green. HEX triplet: 30, 4C and 36. RGB value is (48,76,54). Sum of RGB (Red+Green+Blue) = 48+76+54=178 (23% of max value = 765). Red value is 48 (19.14% from 255 or 26.97% from 178); Green value is 76 (30.08% from 255 or 42.70% from 178); Blue value is 54 (21.48% from 255 or 30.34% from 178); Max value from RGB is 76 - color contains mainly: green. Hex color #304C36 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #304C36 is #CFB3C9. Grayscale: #414141. Windows color (decimal): -13611978 or 3558448. OLE color: 3558448.
HSL color Cylindrical-coordinate representation of color #304C36: hue angle of 132.86º 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 #304C36 is Cyan = 0.37, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 48 | 76 | 54 | - |
| CMYK | 0.37 | 0 | 0.29 | 0.70 |
| HSL | 132.86º | 0.23% | 0.24% | - |
| HSV(B) | 132.86º | 0.37% | 0.3% | - |
| XYZ | 4.47 | 6.06 | 4.42 | - |
| YUV | 65.12 | 121.72 | 115.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 76 | 54 | 0.37 | 0 | 0.29 | 0.70 | 132.86 | 0.23 | 0.24 |
| Hex | 30 | 4C | 36 | 25 | 0 | 1D | 46 | 85 | 17 | 18 |
| Octal | 60 | 114 | 66 | 45 | 0 | 35 | 106 | 205 | 27 | 30 |
| Binary | 110000 | 1001100 | 110110 | 100101 | 0 | 11101 | 1000110 | 10000101 | 10111 | 11000 |
Color Harmonies of #304C36
Complementary color
Monochromatic Colors of #304C36
Black with #304C36
Text Example
Text Example
White with #304C36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304C36; }
p { color: rgb(48,76,54); }
H1.HeaderClassName
{
color: #304C36;
}
.AnyTagClassName
{
color: #304C36;
}
</style>
background-color css
<style>
a { background-color: #304C36; }
a { background-color: rgb(48,76,54); }
div.DivClassName
{
background-color: #304C36;
}
.BgClassName
{
background-color: #304C36;
}
</style>
border-color css
<style>
span { border-color: #304C36; }
span { border-color: rgb(48,76,54); }
td.TdClassName
{
border-color: #304C36;
}
.TagClassName
{
border-color: #304C36;
}
</style>