Shades of Rain Forest #626D2C
Tints of Rain Forest #626D2C
RGB
CMYK
RGB Variations
Color information
#626D2C (or 0x626D2C) is known color: Rain Forest. HEX triplet: 62, 6D and 2C. RGB value is (98,109,44). Sum of RGB (Red+Green+Blue) = 98+109+44=251 (33% of max value = 765). Red value is 98 (38.67% from 255 or 39.04% from 251); Green value is 109 (42.97% from 255 or 43.43% from 251); Blue value is 44 (17.58% from 255 or 17.53% from 251); Max value from RGB is 109 - color contains mainly: green. Hex color #626D2C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #626D2C is #9D92D3. Grayscale: #626262. Windows color (decimal): -10326740 or 2911586. OLE color: 2911586.
HSL color Cylindrical-coordinate representation of color #626D2C: hue angle of 70.15º degrees, saturation: 0.42, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #626D2C is Cyan = 0.10, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 98 | 109 | 44 | - |
| CMYK | 0.10 | 0 | 0.60 | 0.57 |
| HSL | 70.15º | 0.42% | 0.3% | - |
| HSV(B) | 70.15º | 0.6% | 0.43% | - |
| XYZ | 10.96 | 13.72 | 4.45 | - |
| YUV | 98.3 | 97.36 | 127.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 109 | 44 | 0.10 | 0 | 0.60 | 0.57 | 70.15 | 0.42 | 0.3 |
| Hex | 62 | 6D | 2C | A | 0 | 3C | 39 | 46 | 2A | 1E |
| Octal | 142 | 155 | 54 | 12 | 0 | 74 | 71 | 106 | 52 | 36 |
| Binary | 1100010 | 1101101 | 101100 | 1010 | 0 | 111100 | 111001 | 1000110 | 101010 | 11110 |
Color Harmonies of #626D2C
Complementary color
Monochromatic Colors of #626D2C
Black with #626D2C
Text Example
Text Example
White with #626D2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #626D2C; }
p { color: rgb(98,109,44); }
H1.HeaderClassName
{
color: #626D2C;
}
.AnyTagClassName
{
color: #626D2C;
}
</style>
background-color css
<style>
a { background-color: #626D2C; }
a { background-color: rgb(98,109,44); }
div.DivClassName
{
background-color: #626D2C;
}
.BgClassName
{
background-color: #626D2C;
}
</style>
border-color css
<style>
span { border-color: #626D2C; }
span { border-color: rgb(98,109,44); }
td.TdClassName
{
border-color: #626D2C;
}
.TagClassName
{
border-color: #626D2C;
}
</style>