Shades of Rain Forest #626C2F
Tints of Rain Forest #626C2F
RGB
CMYK
RGB Variations
Color information
#626C2F (or 0x626C2F) is known color: Rain Forest. HEX triplet: 62, 6C and 2F. RGB value is (98,108,47). Sum of RGB (Red+Green+Blue) = 98+108+47=253 (33% of max value = 765). Red value is 98 (38.67% from 255 or 38.74% from 253); Green value is 108 (42.58% from 255 or 42.69% from 253); Blue value is 47 (18.75% from 255 or 18.58% from 253); Max value from RGB is 108 - color contains mainly: green. Hex color #626C2F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #626C2F is #9D93D0. Grayscale: #626262. Windows color (decimal): -10326993 or 3107938. OLE color: 3107938.
HSL color Cylindrical-coordinate representation of color #626C2F: hue angle of 69.84º degrees, saturation: 0.39, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #626C2F is Cyan = 0.09, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 98 | 108 | 47 | - |
| CMYK | 0.09 | 0 | 0.56 | 0.58 |
| HSL | 69.84º | 0.39% | 0.3% | - |
| HSV(B) | 69.84º | 0.56% | 0.42% | - |
| XYZ | 10.91 | 13.53 | 4.73 | - |
| YUV | 98.06 | 99.19 | 127.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 108 | 47 | 0.09 | 0 | 0.56 | 0.58 | 69.84 | 0.39 | 0.3 |
| Hex | 62 | 6C | 2F | 9 | 0 | 38 | 3A | 46 | 27 | 1E |
| Octal | 142 | 154 | 57 | 11 | 0 | 70 | 72 | 106 | 47 | 36 |
| Binary | 1100010 | 1101100 | 101111 | 1001 | 0 | 111000 | 111010 | 1000110 | 100111 | 11110 |
Color Harmonies of #626C2F
Complementary color
Monochromatic Colors of #626C2F
Black with #626C2F
Text Example
Text Example
White with #626C2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #626C2F; }
p { color: rgb(98,108,47); }
H1.HeaderClassName
{
color: #626C2F;
}
.AnyTagClassName
{
color: #626C2F;
}
</style>
background-color css
<style>
a { background-color: #626C2F; }
a { background-color: rgb(98,108,47); }
div.DivClassName
{
background-color: #626C2F;
}
.BgClassName
{
background-color: #626C2F;
}
</style>
border-color css
<style>
span { border-color: #626C2F; }
span { border-color: rgb(98,108,47); }
td.TdClassName
{
border-color: #626C2F;
}
.TagClassName
{
border-color: #626C2F;
}
</style>