Shades of Rain Forest #627C2B
Tints of Rain Forest #627C2B
RGB
CMYK
RGB Variations
Color information
#627C2B (or 0x627C2B) is known color: Rain Forest. HEX triplet: 62, 7C and 2B. RGB value is (98,124,43). Sum of RGB (Red+Green+Blue) = 98+124+43=265 (35% of max value = 765). Red value is 98 (38.67% from 255 or 36.98% from 265); Green value is 124 (48.83% from 255 or 46.79% from 265); Blue value is 43 (17.19% from 255 or 16.23% from 265); Max value from RGB is 124 - color contains mainly: green. Hex color #627C2B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #627C2B is #9D83D4. Grayscale: #6B6B6B. Windows color (decimal): -10322901 or 2849890. OLE color: 2849890.
HSL color Cylindrical-coordinate representation of color #627C2B: hue angle of 79.26º degrees, saturation: 0.49, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #627C2B is Cyan = 0.21, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 98 | 124 | 43 | - |
| CMYK | 0.21 | 0 | 0.65 | 0.51 |
| HSL | 79.26º | 0.49% | 0.33% | - |
| HSV(B) | 79.26º | 0.65% | 0.49% | - |
| XYZ | 12.68 | 17.19 | 4.93 | - |
| YUV | 106.99 | 91.89 | 121.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 124 | 43 | 0.21 | 0 | 0.65 | 0.51 | 79.26 | 0.49 | 0.33 |
| Hex | 62 | 7C | 2B | 15 | 0 | 41 | 33 | 4F | 31 | 21 |
| Octal | 142 | 174 | 53 | 25 | 0 | 101 | 63 | 117 | 61 | 41 |
| Binary | 1100010 | 1111100 | 101011 | 10101 | 0 | 1000001 | 110011 | 1001111 | 110001 | 100001 |
Color Harmonies of #627C2B
Complementary color
Monochromatic Colors of #627C2B
Black with #627C2B
Text Example
Text Example
White with #627C2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #627C2B; }
p { color: rgb(98,124,43); }
H1.HeaderClassName
{
color: #627C2B;
}
.AnyTagClassName
{
color: #627C2B;
}
</style>
background-color css
<style>
a { background-color: #627C2B; }
a { background-color: rgb(98,124,43); }
div.DivClassName
{
background-color: #627C2B;
}
.BgClassName
{
background-color: #627C2B;
}
</style>
border-color css
<style>
span { border-color: #627C2B; }
span { border-color: rgb(98,124,43); }
td.TdClassName
{
border-color: #627C2B;
}
.TagClassName
{
border-color: #627C2B;
}
</style>