Shades of Tropical Rain Forest #02855A
Tints of Tropical Rain Forest #02855A
RGB
CMYK
RGB Variations
Color information
#02855A (or 0x02855A) is known color: Tropical Rain Forest. HEX triplet: 02, 85 and 5A. RGB value is (2,133,90). Sum of RGB (Red+Green+Blue) = 2+133+90=225 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.89% from 225); Green value is 133 (52.34% from 255 or 59.11% from 225); Blue value is 90 (35.55% from 255 or 40% from 225); Max value from RGB is 133 - color contains mainly: green. Hex color #02855A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #02855A is #FD7AA5. Grayscale: #585858. Windows color (decimal): -16612006 or 5932290. OLE color: 5932290.
HSL color Cylindrical-coordinate representation of color #02855A: hue angle of 160.31º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02855A is Cyan = 0.98, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 2 | 133 | 90 | - |
| CMYK | 0.98 | 0 | 0.32 | 0.48 |
| HSL | 160.31º | 0.97% | 0.26% | - |
| HSV(B) | 160.31º | 0.98% | 0.52% | - |
| XYZ | 10.26 | 17.53 | 12.52 | - |
| YUV | 88.93 | 128.6 | 66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 133 | 90 | 0.98 | 0 | 0.32 | 0.48 | 160.31 | 0.97 | 0.26 |
| Hex | 2 | 85 | 5A | 62 | 0 | 20 | 30 | A0 | 61 | 1A |
| Octal | 2 | 205 | 132 | 142 | 0 | 40 | 60 | 240 | 141 | 32 |
| Binary | 10 | 10000101 | 1011010 | 1100010 | 0 | 100000 | 110000 | 10100000 | 1100001 | 11010 |
Color Harmonies of #02855A
Complementary color
Monochromatic Colors of #02855A
Black with #02855A
Text Example
Text Example
White with #02855A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02855A; }
p { color: rgb(2,133,90); }
H1.HeaderClassName
{
color: #02855A;
}
.AnyTagClassName
{
color: #02855A;
}
</style>
background-color css
<style>
a { background-color: #02855A; }
a { background-color: rgb(2,133,90); }
div.DivClassName
{
background-color: #02855A;
}
.BgClassName
{
background-color: #02855A;
}
</style>
border-color css
<style>
span { border-color: #02855A; }
span { border-color: rgb(2,133,90); }
td.TdClassName
{
border-color: #02855A;
}
.TagClassName
{
border-color: #02855A;
}
</style>