Shades of Timber Green #304132
Tints of Timber Green #304132
RGB
CMYK
RGB Variations
Color information
#304132 (or 0x304132) is known color: Timber Green. HEX triplet: 30, 41 and 32. RGB value is (48,65,50). Sum of RGB (Red+Green+Blue) = 48+65+50=163 (21% of max value = 765). Red value is 48 (19.14% from 255 or 29.45% from 163); Green value is 65 (25.78% from 255 or 39.88% from 163); Blue value is 50 (19.92% from 255 or 30.67% from 163); Max value from RGB is 65 - color contains mainly: green. Hex color #304132 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #304132 is #CFBECD. Grayscale: #3A3A3A. Windows color (decimal): -13614798 or 3293488. OLE color: 3293488.
HSL color Cylindrical-coordinate representation of color #304132: hue angle of 127.06º degrees, saturation: 0.15, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #304132 is Cyan = 0.26, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 48 | 65 | 50 | - |
| CMYK | 0.26 | 0 | 0.23 | 0.75 |
| HSL | 127.06º | 0.15% | 0.22% | - |
| HSV(B) | 127.06º | 0.26% | 0.25% | - |
| XYZ | 3.68 | 4.64 | 3.72 | - |
| YUV | 58.21 | 123.37 | 120.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 65 | 50 | 0.26 | 0 | 0.23 | 0.75 | 127.06 | 0.15 | 0.22 |
| Hex | 30 | 41 | 32 | 1A | 0 | 17 | 4B | 7F | F | 16 |
| Octal | 60 | 101 | 62 | 32 | 0 | 27 | 113 | 177 | 17 | 26 |
| Binary | 110000 | 1000001 | 110010 | 11010 | 0 | 10111 | 1001011 | 1111111 | 1111 | 10110 |
Color Harmonies of #304132
Complementary color
Monochromatic Colors of #304132
Black with #304132
Text Example
Text Example
White with #304132
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304132; }
p { color: rgb(48,65,50); }
H1.HeaderClassName
{
color: #304132;
}
.AnyTagClassName
{
color: #304132;
}
</style>
background-color css
<style>
a { background-color: #304132; }
a { background-color: rgb(48,65,50); }
div.DivClassName
{
background-color: #304132;
}
.BgClassName
{
background-color: #304132;
}
</style>
border-color css
<style>
span { border-color: #304132; }
span { border-color: rgb(48,65,50); }
td.TdClassName
{
border-color: #304132;
}
.TagClassName
{
border-color: #304132;
}
</style>