Shades of Timber Green #304732
Tints of Timber Green #304732
RGB
CMYK
RGB Variations
Color information
#304732 (or 0x304732) is known color: Timber Green. HEX triplet: 30, 47 and 32. RGB value is (48,71,50). Sum of RGB (Red+Green+Blue) = 48+71+50=169 (22% of max value = 765). Red value is 48 (19.14% from 255 or 28.40% from 169); Green value is 71 (28.12% from 255 or 42.01% from 169); Blue value is 50 (19.92% from 255 or 29.59% from 169); Max value from RGB is 71 - color contains mainly: green. Hex color #304732 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #304732 is #CFB8CD. Grayscale: #3D3D3D. Windows color (decimal): -13613262 or 3295024. OLE color: 3295024.
HSL color Cylindrical-coordinate representation of color #304732: hue angle of 125.22º degrees, saturation: 0.19, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #304732 is Cyan = 0.32, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 48 | 71 | 50 | - |
| CMYK | 0.32 | 0 | 0.30 | 0.72 |
| HSL | 125.22º | 0.19% | 0.23% | - |
| HSV(B) | 125.22º | 0.32% | 0.28% | - |
| XYZ | 4.05 | 5.37 | 3.84 | - |
| YUV | 61.73 | 121.38 | 118.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 71 | 50 | 0.32 | 0 | 0.30 | 0.72 | 125.22 | 0.19 | 0.23 |
| Hex | 30 | 47 | 32 | 20 | 0 | 1E | 48 | 7D | 13 | 17 |
| Octal | 60 | 107 | 62 | 40 | 0 | 36 | 110 | 175 | 23 | 27 |
| Binary | 110000 | 1000111 | 110010 | 100000 | 0 | 11110 | 1001000 | 1111101 | 10011 | 10111 |
Color Harmonies of #304732
Complementary color
Monochromatic Colors of #304732
Black with #304732
Text Example
Text Example
White with #304732
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304732; }
p { color: rgb(48,71,50); }
H1.HeaderClassName
{
color: #304732;
}
.AnyTagClassName
{
color: #304732;
}
</style>
background-color css
<style>
a { background-color: #304732; }
a { background-color: rgb(48,71,50); }
div.DivClassName
{
background-color: #304732;
}
.BgClassName
{
background-color: #304732;
}
</style>
border-color css
<style>
span { border-color: #304732; }
span { border-color: rgb(48,71,50); }
td.TdClassName
{
border-color: #304732;
}
.TagClassName
{
border-color: #304732;
}
</style>