Shades of Timber Green #28412D
Tints of Timber Green #28412D
RGB
CMYK
RGB Variations
Color information
#28412D (or 0x28412D) is known color: Timber Green. HEX triplet: 28, 41 and 2D. RGB value is (40,65,45). Sum of RGB (Red+Green+Blue) = 40+65+45=150 (19% of max value = 765). Red value is 40 (16.02% from 255 or 26.67% from 150); Green value is 65 (25.78% from 255 or 43.33% from 150); Blue value is 45 (17.97% from 255 or 30% from 150); Max value from RGB is 65 - color contains mainly: green. Hex color #28412D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28412D is #D7BED2. Grayscale: #373737. Windows color (decimal): -14139091 or 2965800. OLE color: 2965800.
HSL color Cylindrical-coordinate representation of color #28412D: hue angle of 132º degrees, saturation: 0.24, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #28412D is Cyan = 0.38, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 40 | 65 | 45 | - |
| CMYK | 0.38 | 0 | 0.31 | 0.75 |
| HSL | 132º | 0.24% | 0.21% | - |
| HSV(B) | 132º | 0.38% | 0.25% | - |
| XYZ | 3.24 | 4.42 | 3.17 | - |
| YUV | 55.25 | 122.22 | 117.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 65 | 45 | 0.38 | 0 | 0.31 | 0.75 | 132 | 0.24 | 0.21 |
| Hex | 28 | 41 | 2D | 26 | 0 | 1F | 4B | 84 | 18 | 15 |
| Octal | 50 | 101 | 55 | 46 | 0 | 37 | 113 | 204 | 30 | 25 |
| Binary | 101000 | 1000001 | 101101 | 100110 | 0 | 11111 | 1001011 | 10000100 | 11000 | 10101 |
Color Harmonies of #28412D
Complementary color
Monochromatic Colors of #28412D
Black with #28412D
Text Example
Text Example
White with #28412D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28412D; }
p { color: rgb(40,65,45); }
H1.HeaderClassName
{
color: #28412D;
}
.AnyTagClassName
{
color: #28412D;
}
</style>
background-color css
<style>
a { background-color: #28412D; }
a { background-color: rgb(40,65,45); }
div.DivClassName
{
background-color: #28412D;
}
.BgClassName
{
background-color: #28412D;
}
</style>
border-color css
<style>
span { border-color: #28412D; }
span { border-color: rgb(40,65,45); }
td.TdClassName
{
border-color: #28412D;
}
.TagClassName
{
border-color: #28412D;
}
</style>