Shades of Rain Forest #627C2D
Tints of Rain Forest #627C2D
RGB
CMYK
RGB Variations
Color information
#627C2D (or 0x627C2D) is known color: Rain Forest. HEX triplet: 62, 7C and 2D. RGB value is (98,124,45). Sum of RGB (Red+Green+Blue) = 98+124+45=267 (35% of max value = 765). Red value is 98 (38.67% from 255 or 36.70% from 267); Green value is 124 (48.83% from 255 or 46.44% from 267); Blue value is 45 (17.97% from 255 or 16.85% from 267); Max value from RGB is 124 - color contains mainly: green. Hex color #627C2D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #627C2D is #9D83D2. Grayscale: #6B6B6B. Windows color (decimal): -10322899 or 2980962. OLE color: 2980962.
HSL color Cylindrical-coordinate representation of color #627C2D: hue angle of 79.75º degrees, saturation: 0.47, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #627C2D is Cyan = 0.21, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 98 | 124 | 45 | - |
| CMYK | 0.21 | 0 | 0.64 | 0.51 |
| HSL | 79.75º | 0.47% | 0.33% | - |
| HSV(B) | 79.75º | 0.64% | 0.49% | - |
| XYZ | 12.72 | 17.2 | 5.13 | - |
| YUV | 107.22 | 92.89 | 121.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 124 | 45 | 0.21 | 0 | 0.64 | 0.51 | 79.75 | 0.47 | 0.33 |
| Hex | 62 | 7C | 2D | 15 | 0 | 40 | 33 | 50 | 2F | 21 |
| Octal | 142 | 174 | 55 | 25 | 0 | 100 | 63 | 120 | 57 | 41 |
| Binary | 1100010 | 1111100 | 101101 | 10101 | 0 | 1000000 | 110011 | 1010000 | 101111 | 100001 |
Color Harmonies of #627C2D
Complementary color
Monochromatic Colors of #627C2D
Black with #627C2D
Text Example
Text Example
White with #627C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #627C2D; }
p { color: rgb(98,124,45); }
H1.HeaderClassName
{
color: #627C2D;
}
.AnyTagClassName
{
color: #627C2D;
}
</style>
background-color css
<style>
a { background-color: #627C2D; }
a { background-color: rgb(98,124,45); }
div.DivClassName
{
background-color: #627C2D;
}
.BgClassName
{
background-color: #627C2D;
}
</style>
border-color css
<style>
span { border-color: #627C2D; }
span { border-color: rgb(98,124,45); }
td.TdClassName
{
border-color: #627C2D;
}
.TagClassName
{
border-color: #627C2D;
}
</style>