Shades of Timber Green #304531
Tints of Timber Green #304531
RGB
CMYK
RGB Variations
Color information
#304531 (or 0x304531) is known color: Timber Green. HEX triplet: 30, 45 and 31. RGB value is (48,69,49). Sum of RGB (Red+Green+Blue) = 48+69+49=166 (21% of max value = 765). Red value is 48 (19.14% from 255 or 28.92% from 166); Green value is 69 (27.34% from 255 or 41.57% from 166); Blue value is 49 (19.53% from 255 or 29.52% from 166); Max value from RGB is 69 - color contains mainly: green. Hex color #304531 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #304531 is #CFBACE. Grayscale: #3C3C3C. Windows color (decimal): -13613775 or 3228976. OLE color: 3228976.
HSL color Cylindrical-coordinate representation of color #304531: hue angle of 122.86º degrees, saturation: 0.18, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #304531 is Cyan = 0.30, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 48 | 69 | 49 | - |
| CMYK | 0.30 | 0 | 0.29 | 0.73 |
| HSL | 122.86º | 0.18% | 0.23% | - |
| HSV(B) | 122.86º | 0.3% | 0.27% | - |
| XYZ | 3.9 | 5.11 | 3.69 | - |
| YUV | 60.44 | 121.54 | 119.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 69 | 49 | 0.30 | 0 | 0.29 | 0.73 | 122.86 | 0.18 | 0.23 |
| Hex | 30 | 45 | 31 | 1E | 0 | 1D | 49 | 7B | 12 | 17 |
| Octal | 60 | 105 | 61 | 36 | 0 | 35 | 111 | 173 | 22 | 27 |
| Binary | 110000 | 1000101 | 110001 | 11110 | 0 | 11101 | 1001001 | 1111011 | 10010 | 10111 |
Color Harmonies of #304531
Complementary color
Monochromatic Colors of #304531
Black with #304531
Text Example
Text Example
White with #304531
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304531; }
p { color: rgb(48,69,49); }
H1.HeaderClassName
{
color: #304531;
}
.AnyTagClassName
{
color: #304531;
}
</style>
background-color css
<style>
a { background-color: #304531; }
a { background-color: rgb(48,69,49); }
div.DivClassName
{
background-color: #304531;
}
.BgClassName
{
background-color: #304531;
}
</style>
border-color css
<style>
span { border-color: #304531; }
span { border-color: rgb(48,69,49); }
td.TdClassName
{
border-color: #304531;
}
.TagClassName
{
border-color: #304531;
}
</style>