Shades of Timber Green #304135
Tints of Timber Green #304135
RGB
CMYK
RGB Variations
Color information
#304135 (or 0x304135) is known color: Timber Green. HEX triplet: 30, 41 and 35. RGB value is (48,65,53). Sum of RGB (Red+Green+Blue) = 48+65+53=166 (21% of max value = 765). Red value is 48 (19.14% from 255 or 28.92% from 166); Green value is 65 (25.78% from 255 or 39.16% from 166); Blue value is 53 (21.09% from 255 or 31.93% from 166); Max value from RGB is 65 - color contains mainly: green. Hex color #304135 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #304135 is #CFBECA. Grayscale: #3A3A3A. Windows color (decimal): -13614795 or 3490096. OLE color: 3490096.
HSL color Cylindrical-coordinate representation of color #304135: hue angle of 137.65º 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 #304135 is Cyan = 0.26, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 48 | 65 | 53 | - |
| CMYK | 0.26 | 0 | 0.18 | 0.75 |
| HSL | 137.65º | 0.15% | 0.22% | - |
| HSV(B) | 137.65º | 0.26% | 0.25% | - |
| XYZ | 3.75 | 4.67 | 4.07 | - |
| YUV | 58.55 | 124.87 | 120.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 65 | 53 | 0.26 | 0 | 0.18 | 0.75 | 137.65 | 0.15 | 0.22 |
| Hex | 30 | 41 | 35 | 1A | 0 | 12 | 4B | 8A | F | 16 |
| Octal | 60 | 101 | 65 | 32 | 0 | 22 | 113 | 212 | 17 | 26 |
| Binary | 110000 | 1000001 | 110101 | 11010 | 0 | 10010 | 1001011 | 10001010 | 1111 | 10110 |
Color Harmonies of #304135
Complementary color
Monochromatic Colors of #304135
Black with #304135
Text Example
Text Example
White with #304135
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304135; }
p { color: rgb(48,65,53); }
H1.HeaderClassName
{
color: #304135;
}
.AnyTagClassName
{
color: #304135;
}
</style>
background-color css
<style>
a { background-color: #304135; }
a { background-color: rgb(48,65,53); }
div.DivClassName
{
background-color: #304135;
}
.BgClassName
{
background-color: #304135;
}
</style>
border-color css
<style>
span { border-color: #304135; }
span { border-color: rgb(48,65,53); }
td.TdClassName
{
border-color: #304135;
}
.TagClassName
{
border-color: #304135;
}
</style>