Shades of Tropical Rain Forest #058255
Tints of Tropical Rain Forest #058255
RGB
CMYK
RGB Variations
Color information
#058255 (or 0x058255) is known color: Tropical Rain Forest. HEX triplet: 05, 82 and 55. RGB value is (5,130,85). Sum of RGB (Red+Green+Blue) = 5+130+85=220 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.27% from 220); Green value is 130 (51.17% from 255 or 59.09% from 220); Blue value is 85 (33.59% from 255 or 38.64% from 220); Max value from RGB is 130 - color contains mainly: green. Hex color #058255 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #058255 is #FA7DAA. Grayscale: #575757. Windows color (decimal): -16416171 or 5603845. OLE color: 5603845.
HSL color Cylindrical-coordinate representation of color #058255: hue angle of 158.4º 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 #058255 is Cyan = 0.96, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 5 | 130 | 85 | - |
| CMYK | 0.96 | 0 | 0.35 | 0.49 |
| HSL | 158.4º | 0.93% | 0.26% | - |
| HSV(B) | 158.4º | 0.96% | 0.51% | - |
| XYZ | 9.68 | 16.65 | 11.3 | - |
| YUV | 87.5 | 126.59 | 69.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 130 | 85 | 0.96 | 0 | 0.35 | 0.49 | 158.4 | 0.93 | 0.26 |
| Hex | 5 | 82 | 55 | 60 | 0 | 23 | 31 | 9E | 5D | 1A |
| Octal | 5 | 202 | 125 | 140 | 0 | 43 | 61 | 236 | 135 | 32 |
| Binary | 101 | 10000010 | 1010101 | 1100000 | 0 | 100011 | 110001 | 10011110 | 1011101 | 11010 |
Color Harmonies of #058255
Complementary color
Monochromatic Colors of #058255
Black with #058255
Text Example
Text Example
White with #058255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #058255; }
p { color: rgb(5,130,85); }
H1.HeaderClassName
{
color: #058255;
}
.AnyTagClassName
{
color: #058255;
}
</style>
background-color css
<style>
a { background-color: #058255; }
a { background-color: rgb(5,130,85); }
div.DivClassName
{
background-color: #058255;
}
.BgClassName
{
background-color: #058255;
}
</style>
border-color css
<style>
span { border-color: #058255; }
span { border-color: rgb(5,130,85); }
td.TdClassName
{
border-color: #058255;
}
.TagClassName
{
border-color: #058255;
}
</style>