Shades of Tropical Rain Forest #02805C
Tints of Tropical Rain Forest #02805C
RGB
CMYK
RGB Variations
Color information
#02805C (or 0x02805C) is known color: Tropical Rain Forest. HEX triplet: 02, 80 and 5C. RGB value is (2,128,92). Sum of RGB (Red+Green+Blue) = 2+128+92=222 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.90% from 222); Green value is 128 (50.39% from 255 or 57.66% from 222); Blue value is 92 (36.33% from 255 or 41.44% from 222); Max value from RGB is 128 - color contains mainly: green. Hex color #02805C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #02805C is #FD7FA3. Grayscale: #565656. Windows color (decimal): -16613284 or 6062082. OLE color: 6062082.
HSL color Cylindrical-coordinate representation of color #02805C: hue angle of 162.86º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02805C is Cyan = 0.98, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 2 | 128 | 92 | - |
| CMYK | 0.98 | 0 | 0.28 | 0.50 |
| HSL | 162.86º | 0.97% | 0.25% | - |
| HSV(B) | 162.86º | 0.98% | 0.5% | - |
| XYZ | 9.68 | 16.22 | 12.75 | - |
| YUV | 86.22 | 131.26 | 67.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 128 | 92 | 0.98 | 0 | 0.28 | 0.50 | 162.86 | 0.97 | 0.25 |
| Hex | 2 | 80 | 5C | 62 | 0 | 1C | 32 | A3 | 61 | 19 |
| Octal | 2 | 200 | 134 | 142 | 0 | 34 | 62 | 243 | 141 | 31 |
| Binary | 10 | 10000000 | 1011100 | 1100010 | 0 | 11100 | 110010 | 10100011 | 1100001 | 11001 |
Color Harmonies of #02805C
Complementary color
Monochromatic Colors of #02805C
Black with #02805C
Text Example
Text Example
White with #02805C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02805C; }
p { color: rgb(2,128,92); }
H1.HeaderClassName
{
color: #02805C;
}
.AnyTagClassName
{
color: #02805C;
}
</style>
background-color css
<style>
a { background-color: #02805C; }
a { background-color: rgb(2,128,92); }
div.DivClassName
{
background-color: #02805C;
}
.BgClassName
{
background-color: #02805C;
}
</style>
border-color css
<style>
span { border-color: #02805C; }
span { border-color: rgb(2,128,92); }
td.TdClassName
{
border-color: #02805C;
}
.TagClassName
{
border-color: #02805C;
}
</style>