Shades of Tropical Rain Forest #05835D
Tints of Tropical Rain Forest #05835D
RGB
CMYK
RGB Variations
Color information
#05835D (or 0x05835D) is known color: Tropical Rain Forest. HEX triplet: 05, 83 and 5D. RGB value is (5,131,93). Sum of RGB (Red+Green+Blue) = 5+131+93=229 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.18% from 229); Green value is 131 (51.56% from 255 or 57.21% from 229); Blue value is 93 (36.72% from 255 or 40.61% from 229); Max value from RGB is 131 - color contains mainly: green. Hex color #05835D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #05835D is #FA7CA2. Grayscale: #595959. Windows color (decimal): -16415907 or 6128389. OLE color: 6128389.
HSL color Cylindrical-coordinate representation of color #05835D: hue angle of 161.9º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #05835D is Cyan = 0.96, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 5 | 131 | 93 | - |
| CMYK | 0.96 | 0 | 0.29 | 0.49 |
| HSL | 161.9º | 0.93% | 0.27% | - |
| HSV(B) | 161.9º | 0.96% | 0.51% | - |
| XYZ | 10.15 | 17.06 | 13.11 | - |
| YUV | 88.99 | 130.26 | 68.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 131 | 93 | 0.96 | 0 | 0.29 | 0.49 | 161.9 | 0.93 | 0.27 |
| Hex | 5 | 83 | 5D | 60 | 0 | 1D | 31 | A2 | 5D | 1B |
| Octal | 5 | 203 | 135 | 140 | 0 | 35 | 61 | 242 | 135 | 33 |
| Binary | 101 | 10000011 | 1011101 | 1100000 | 0 | 11101 | 110001 | 10100010 | 1011101 | 11011 |
Color Harmonies of #05835D
Complementary color
Monochromatic Colors of #05835D
Black with #05835D
Text Example
Text Example
White with #05835D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05835D; }
p { color: rgb(5,131,93); }
H1.HeaderClassName
{
color: #05835D;
}
.AnyTagClassName
{
color: #05835D;
}
</style>
background-color css
<style>
a { background-color: #05835D; }
a { background-color: rgb(5,131,93); }
div.DivClassName
{
background-color: #05835D;
}
.BgClassName
{
background-color: #05835D;
}
</style>
border-color css
<style>
span { border-color: #05835D; }
span { border-color: rgb(5,131,93); }
td.TdClassName
{
border-color: #05835D;
}
.TagClassName
{
border-color: #05835D;
}
</style>