Shades of Tropical Rain Forest #058256
Tints of Tropical Rain Forest #058256
RGB
CMYK
RGB Variations
Color information
#058256 (or 0x058256) is known color: Tropical Rain Forest. HEX triplet: 05, 82 and 56. RGB value is (5,130,86). Sum of RGB (Red+Green+Blue) = 5+130+86=221 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.26% from 221); Green value is 130 (51.17% from 255 or 58.82% from 221); Blue value is 86 (33.98% from 255 or 38.91% from 221); Max value from RGB is 130 - color contains mainly: green. Hex color #058256 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #058256 is #FA7DA9. Grayscale: #575757. Windows color (decimal): -16416170 or 5669381. OLE color: 5669381.
HSL color Cylindrical-coordinate representation of color #058256: hue angle of 158.88º degrees, saturation: 0.93, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #058256 is Cyan = 0.96, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 5 | 130 | 86 | - |
| CMYK | 0.96 | 0 | 0.34 | 0.49 |
| HSL | 158.88º | 0.93% | 0.26% | - |
| HSV(B) | 158.88º | 0.96% | 0.51% | - |
| XYZ | 9.72 | 16.67 | 11.51 | - |
| YUV | 87.61 | 127.09 | 69.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 130 | 86 | 0.96 | 0 | 0.34 | 0.49 | 158.88 | 0.93 | 0.26 |
| Hex | 5 | 82 | 56 | 60 | 0 | 22 | 31 | 9F | 5D | 1A |
| Octal | 5 | 202 | 126 | 140 | 0 | 42 | 61 | 237 | 135 | 32 |
| Binary | 101 | 10000010 | 1010110 | 1100000 | 0 | 100010 | 110001 | 10011111 | 1011101 | 11010 |
Color Harmonies of #058256
Complementary color
Monochromatic Colors of #058256
Black with #058256
Text Example
Text Example
White with #058256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #058256; }
p { color: rgb(5,130,86); }
H1.HeaderClassName
{
color: #058256;
}
.AnyTagClassName
{
color: #058256;
}
</style>
background-color css
<style>
a { background-color: #058256; }
a { background-color: rgb(5,130,86); }
div.DivClassName
{
background-color: #058256;
}
.BgClassName
{
background-color: #058256;
}
</style>
border-color css
<style>
span { border-color: #058256; }
span { border-color: rgb(5,130,86); }
td.TdClassName
{
border-color: #058256;
}
.TagClassName
{
border-color: #058256;
}
</style>