Shades of Tropical Rain Forest #047F5C
Tints of Tropical Rain Forest #047F5C
RGB
CMYK
RGB Variations
Color information
#047F5C (or 0x047F5C) is known color: Tropical Rain Forest. HEX triplet: 04, 7F and 5C. RGB value is (4,127,92). Sum of RGB (Red+Green+Blue) = 4+127+92=223 (29% of max value = 765). Red value is 4 (1.95% from 255 or 1.79% from 223); Green value is 127 (50% from 255 or 56.95% from 223); Blue value is 92 (36.33% from 255 or 41.26% from 223); Max value from RGB is 127 - color contains mainly: green. Hex color #047F5C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #047F5C is #FB80A3. Grayscale: #565656. Windows color (decimal): -16482468 or 6061828. OLE color: 6061828.
HSL color Cylindrical-coordinate representation of color #047F5C: hue angle of 162.93º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #047F5C is Cyan = 0.97, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 4 | 127 | 92 | - |
| CMYK | 0.97 | 0 | 0.28 | 0.50 |
| HSL | 162.93º | 0.94% | 0.26% | - |
| HSV(B) | 162.93º | 0.97% | 0.5% | - |
| XYZ | 9.57 | 15.98 | 12.7 | - |
| YUV | 86.23 | 131.25 | 69.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 127 | 92 | 0.97 | 0 | 0.28 | 0.50 | 162.93 | 0.94 | 0.26 |
| Hex | 4 | 7F | 5C | 61 | 0 | 1C | 32 | A3 | 5E | 1A |
| Octal | 4 | 177 | 134 | 141 | 0 | 34 | 62 | 243 | 136 | 32 |
| Binary | 100 | 1111111 | 1011100 | 1100001 | 0 | 11100 | 110010 | 10100011 | 1011110 | 11010 |
Color Harmonies of #047F5C
Complementary color
Monochromatic Colors of #047F5C
Black with #047F5C
Text Example
Text Example
White with #047F5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #047F5C; }
p { color: rgb(4,127,92); }
H1.HeaderClassName
{
color: #047F5C;
}
.AnyTagClassName
{
color: #047F5C;
}
</style>
background-color css
<style>
a { background-color: #047F5C; }
a { background-color: rgb(4,127,92); }
div.DivClassName
{
background-color: #047F5C;
}
.BgClassName
{
background-color: #047F5C;
}
</style>
border-color css
<style>
span { border-color: #047F5C; }
span { border-color: rgb(4,127,92); }
td.TdClassName
{
border-color: #047F5C;
}
.TagClassName
{
border-color: #047F5C;
}
</style>