Shades of Tropical Rain Forest #05815D
Tints of Tropical Rain Forest #05815D
RGB
CMYK
RGB Variations
Color information
#05815D (or 0x05815D) is known color: Tropical Rain Forest. HEX triplet: 05, 81 and 5D. RGB value is (5,129,93). Sum of RGB (Red+Green+Blue) = 5+129+93=227 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.20% from 227); Green value is 129 (50.78% from 255 or 56.83% from 227); Blue value is 93 (36.72% from 255 or 40.97% from 227); Max value from RGB is 129 - color contains mainly: green. Hex color #05815D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #05815D is #FA7EA2. Grayscale: #575757. Windows color (decimal): -16416419 or 6127877. OLE color: 6127877.
HSL color Cylindrical-coordinate representation of color #05815D: hue angle of 162.58º 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 #05815D is Cyan = 0.96, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 5 | 129 | 93 | - |
| CMYK | 0.96 | 0 | 0.28 | 0.49 |
| HSL | 162.58º | 0.93% | 0.26% | - |
| HSV(B) | 162.58º | 0.96% | 0.51% | - |
| XYZ | 9.89 | 16.52 | 13.02 | - |
| YUV | 87.82 | 130.92 | 68.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 129 | 93 | 0.96 | 0 | 0.28 | 0.49 | 162.58 | 0.93 | 0.26 |
| Hex | 5 | 81 | 5D | 60 | 0 | 1C | 31 | A3 | 5D | 1A |
| Octal | 5 | 201 | 135 | 140 | 0 | 34 | 61 | 243 | 135 | 32 |
| Binary | 101 | 10000001 | 1011101 | 1100000 | 0 | 11100 | 110001 | 10100011 | 1011101 | 11010 |
Color Harmonies of #05815D
Complementary color
Monochromatic Colors of #05815D
Black with #05815D
Text Example
Text Example
White with #05815D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05815D; }
p { color: rgb(5,129,93); }
H1.HeaderClassName
{
color: #05815D;
}
.AnyTagClassName
{
color: #05815D;
}
</style>
background-color css
<style>
a { background-color: #05815D; }
a { background-color: rgb(5,129,93); }
div.DivClassName
{
background-color: #05815D;
}
.BgClassName
{
background-color: #05815D;
}
</style>
border-color css
<style>
span { border-color: #05815D; }
span { border-color: rgb(5,129,93); }
td.TdClassName
{
border-color: #05815D;
}
.TagClassName
{
border-color: #05815D;
}
</style>