Shades of Tropical Rain Forest #047B5A
Tints of Tropical Rain Forest #047B5A
RGB
CMYK
RGB Variations
Color information
#047B5A (or 0x047B5A) is known color: Tropical Rain Forest. HEX triplet: 04, 7B and 5A. RGB value is (4,123,90). Sum of RGB (Red+Green+Blue) = 4+123+90=217 (28% of max value = 765). Red value is 4 (1.95% from 255 or 1.84% from 217); Green value is 123 (48.44% from 255 or 56.68% from 217); Blue value is 90 (35.55% from 255 or 41.47% from 217); Max value from RGB is 123 - color contains mainly: green. Hex color #047B5A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #047B5A is #FB84A5. Grayscale: #535353. Windows color (decimal): -16483494 or 5929732. OLE color: 5929732.
HSL color Cylindrical-coordinate representation of color #047B5A: hue angle of 163.36º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #047B5A is Cyan = 0.97, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 4 | 123 | 90 | - |
| CMYK | 0.97 | 0 | 0.27 | 0.52 |
| HSL | 163.36º | 0.94% | 0.25% | - |
| HSV(B) | 163.36º | 0.97% | 0.48% | - |
| XYZ | 8.98 | 14.93 | 12.08 | - |
| YUV | 83.66 | 131.58 | 71.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 123 | 90 | 0.97 | 0 | 0.27 | 0.52 | 163.36 | 0.94 | 0.25 |
| Hex | 4 | 7B | 5A | 61 | 0 | 1B | 34 | A3 | 5E | 19 |
| Octal | 4 | 173 | 132 | 141 | 0 | 33 | 64 | 243 | 136 | 31 |
| Binary | 100 | 1111011 | 1011010 | 1100001 | 0 | 11011 | 110100 | 10100011 | 1011110 | 11001 |
Color Harmonies of #047B5A
Complementary color
Monochromatic Colors of #047B5A
Black with #047B5A
Text Example
Text Example
White with #047B5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #047B5A; }
p { color: rgb(4,123,90); }
H1.HeaderClassName
{
color: #047B5A;
}
.AnyTagClassName
{
color: #047B5A;
}
</style>
background-color css
<style>
a { background-color: #047B5A; }
a { background-color: rgb(4,123,90); }
div.DivClassName
{
background-color: #047B5A;
}
.BgClassName
{
background-color: #047B5A;
}
</style>
border-color css
<style>
span { border-color: #047B5A; }
span { border-color: rgb(4,123,90); }
td.TdClassName
{
border-color: #047B5A;
}
.TagClassName
{
border-color: #047B5A;
}
</style>