Shades of Timber Green #304136
Tints of Timber Green #304136
RGB
CMYK
RGB Variations
Color information
#304136 (or 0x304136) is known color: Timber Green. HEX triplet: 30, 41 and 36. RGB value is (48,65,54). Sum of RGB (Red+Green+Blue) = 48+65+54=167 (22% of max value = 765). Red value is 48 (19.14% from 255 or 28.74% from 167); Green value is 65 (25.78% from 255 or 38.92% from 167); Blue value is 54 (21.48% from 255 or 32.34% from 167); Max value from RGB is 65 - color contains mainly: green. Hex color #304136 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #304136 is #CFBEC9. Grayscale: #3A3A3A. Windows color (decimal): -13614794 or 3555632. OLE color: 3555632.
HSL color Cylindrical-coordinate representation of color #304136: hue angle of 141.18º 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 #304136 is Cyan = 0.26, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 48 | 65 | 54 | - |
| CMYK | 0.26 | 0 | 0.17 | 0.75 |
| HSL | 141.18º | 0.15% | 0.22% | - |
| HSV(B) | 141.18º | 0.26% | 0.25% | - |
| XYZ | 3.78 | 4.68 | 4.19 | - |
| YUV | 58.66 | 125.37 | 120.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 65 | 54 | 0.26 | 0 | 0.17 | 0.75 | 141.18 | 0.15 | 0.22 |
| Hex | 30 | 41 | 36 | 1A | 0 | 11 | 4B | 8D | F | 16 |
| Octal | 60 | 101 | 66 | 32 | 0 | 21 | 113 | 215 | 17 | 26 |
| Binary | 110000 | 1000001 | 110110 | 11010 | 0 | 10001 | 1001011 | 10001101 | 1111 | 10110 |
Color Harmonies of #304136
Complementary color
Monochromatic Colors of #304136
Black with #304136
Text Example
Text Example
White with #304136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304136; }
p { color: rgb(48,65,54); }
H1.HeaderClassName
{
color: #304136;
}
.AnyTagClassName
{
color: #304136;
}
</style>
background-color css
<style>
a { background-color: #304136; }
a { background-color: rgb(48,65,54); }
div.DivClassName
{
background-color: #304136;
}
.BgClassName
{
background-color: #304136;
}
</style>
border-color css
<style>
span { border-color: #304136; }
span { border-color: rgb(48,65,54); }
td.TdClassName
{
border-color: #304136;
}
.TagClassName
{
border-color: #304136;
}
</style>