Shades of Timber Green #22482A
Tints of Timber Green #22482A
RGB
CMYK
RGB Variations
Color information
#22482A (or 0x22482A) is known color: Timber Green. HEX triplet: 22, 48 and 2A. RGB value is (34,72,42). Sum of RGB (Red+Green+Blue) = 34+72+42=148 (19% of max value = 765). Red value is 34 (13.67% from 255 or 22.97% from 148); Green value is 72 (28.52% from 255 or 48.65% from 148); Blue value is 42 (16.80% from 255 or 28.38% from 148); Max value from RGB is 72 - color contains mainly: green. Hex color #22482A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #22482A is #DDB7D5. Grayscale: #393939. Windows color (decimal): -14530518 or 2770978. OLE color: 2770978.
HSL color Cylindrical-coordinate representation of color #22482A: hue angle of 132.63º degrees, saturation: 0.36, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #22482A is Cyan = 0.53, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 34 | 72 | 42 | - |
| CMYK | 0.53 | 0 | 0.42 | 0.72 |
| HSL | 132.63º | 0.36% | 0.21% | - |
| HSV(B) | 132.63º | 0.53% | 0.28% | - |
| XYZ | 3.39 | 5.14 | 3 | - |
| YUV | 57.22 | 119.41 | 111.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 72 | 42 | 0.53 | 0 | 0.42 | 0.72 | 132.63 | 0.36 | 0.21 |
| Hex | 22 | 48 | 2A | 35 | 0 | 2A | 48 | 85 | 24 | 15 |
| Octal | 42 | 110 | 52 | 65 | 0 | 52 | 110 | 205 | 44 | 25 |
| Binary | 100010 | 1001000 | 101010 | 110101 | 0 | 101010 | 1001000 | 10000101 | 100100 | 10101 |
Color Harmonies of #22482A
Complementary color
Monochromatic Colors of #22482A
Black with #22482A
Text Example
Text Example
White with #22482A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22482A; }
p { color: rgb(34,72,42); }
H1.HeaderClassName
{
color: #22482A;
}
.AnyTagClassName
{
color: #22482A;
}
</style>
background-color css
<style>
a { background-color: #22482A; }
a { background-color: rgb(34,72,42); }
div.DivClassName
{
background-color: #22482A;
}
.BgClassName
{
background-color: #22482A;
}
</style>
border-color css
<style>
span { border-color: #22482A; }
span { border-color: rgb(34,72,42); }
td.TdClassName
{
border-color: #22482A;
}
.TagClassName
{
border-color: #22482A;
}
</style>