Shades of Timber Green #303D32
Tints of Timber Green #303D32
RGB
CMYK
RGB Variations
Color information
#303D32 (or 0x303D32) is known color: Timber Green. HEX triplet: 30, 3D and 32. RGB value is (48,61,50). Sum of RGB (Red+Green+Blue) = 48+61+50=159 (21% of max value = 765). Red value is 48 (19.14% from 255 or 30.19% from 159); Green value is 61 (24.22% from 255 or 38.36% from 159); Blue value is 50 (19.92% from 255 or 31.45% from 159); Max value from RGB is 61 - color contains mainly: green. Hex color #303D32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303D32 is #CFC2CD. Grayscale: #373737. Windows color (decimal): -13615822 or 3292464. OLE color: 3292464.
HSL color Cylindrical-coordinate representation of color #303D32: hue angle of 129.23º degrees, saturation: 0.12, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #303D32 is Cyan = 0.21, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 48 | 61 | 50 | - |
| CMYK | 0.21 | 0 | 0.18 | 0.76 |
| HSL | 129.23º | 0.12% | 0.21% | - |
| HSV(B) | 129.23º | 0.21% | 0.24% | - |
| XYZ | 3.46 | 4.2 | 3.65 | - |
| YUV | 55.86 | 124.69 | 122.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 61 | 50 | 0.21 | 0 | 0.18 | 0.76 | 129.23 | 0.12 | 0.21 |
| Hex | 30 | 3D | 32 | 15 | 0 | 12 | 4C | 81 | C | 15 |
| Octal | 60 | 75 | 62 | 25 | 0 | 22 | 114 | 201 | 14 | 25 |
| Binary | 110000 | 111101 | 110010 | 10101 | 0 | 10010 | 1001100 | 10000001 | 1100 | 10101 |
Color Harmonies of #303D32
Complementary color
Monochromatic Colors of #303D32
Black with #303D32
Text Example
Text Example
White with #303D32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303D32; }
p { color: rgb(48,61,50); }
H1.HeaderClassName
{
color: #303D32;
}
.AnyTagClassName
{
color: #303D32;
}
</style>
background-color css
<style>
a { background-color: #303D32; }
a { background-color: rgb(48,61,50); }
div.DivClassName
{
background-color: #303D32;
}
.BgClassName
{
background-color: #303D32;
}
</style>
border-color css
<style>
span { border-color: #303D32; }
span { border-color: rgb(48,61,50); }
td.TdClassName
{
border-color: #303D32;
}
.TagClassName
{
border-color: #303D32;
}
</style>