Shades of Rain Forest #616E2D
Tints of Rain Forest #616E2D
RGB
CMYK
RGB Variations
Color information
#616E2D (or 0x616E2D) is known color: Rain Forest. HEX triplet: 61, 6E and 2D. RGB value is (97,110,45). Sum of RGB (Red+Green+Blue) = 97+110+45=252 (33% of max value = 765). Red value is 97 (38.28% from 255 or 38.49% from 252); Green value is 110 (43.36% from 255 or 43.65% from 252); Blue value is 45 (17.97% from 255 or 17.86% from 252); Max value from RGB is 110 - color contains mainly: green. Hex color #616E2D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #616E2D is #9E91D2. Grayscale: #626262. Windows color (decimal): -10392019 or 2977377. OLE color: 2977377.
HSL color Cylindrical-coordinate representation of color #616E2D: hue angle of 72º degrees, saturation: 0.42, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #616E2D is Cyan = 0.12, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 97 | 110 | 45 | - |
| CMYK | 0.12 | 0 | 0.59 | 0.57 |
| HSL | 72º | 0.42% | 0.3% | - |
| HSV(B) | 72º | 0.59% | 0.43% | - |
| XYZ | 10.98 | 13.88 | 4.58 | - |
| YUV | 98.7 | 97.69 | 126.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 110 | 45 | 0.12 | 0 | 0.59 | 0.57 | 72 | 0.42 | 0.3 |
| Hex | 61 | 6E | 2D | C | 0 | 3B | 39 | 48 | 2A | 1E |
| Octal | 141 | 156 | 55 | 14 | 0 | 73 | 71 | 110 | 52 | 36 |
| Binary | 1100001 | 1101110 | 101101 | 1100 | 0 | 111011 | 111001 | 1001000 | 101010 | 11110 |
Color Harmonies of #616E2D
Complementary color
Monochromatic Colors of #616E2D
Black with #616E2D
Text Example
Text Example
White with #616E2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #616E2D; }
p { color: rgb(97,110,45); }
H1.HeaderClassName
{
color: #616E2D;
}
.AnyTagClassName
{
color: #616E2D;
}
</style>
background-color css
<style>
a { background-color: #616E2D; }
a { background-color: rgb(97,110,45); }
div.DivClassName
{
background-color: #616E2D;
}
.BgClassName
{
background-color: #616E2D;
}
</style>
border-color css
<style>
span { border-color: #616E2D; }
span { border-color: rgb(97,110,45); }
td.TdClassName
{
border-color: #616E2D;
}
.TagClassName
{
border-color: #616E2D;
}
</style>