Shades of Tropical Rain Forest #02815A
Tints of Tropical Rain Forest #02815A
RGB
CMYK
RGB Variations
Color information
#02815A (or 0x02815A) is known color: Tropical Rain Forest. HEX triplet: 02, 81 and 5A. RGB value is (2,129,90). Sum of RGB (Red+Green+Blue) = 2+129+90=221 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.90% from 221); Green value is 129 (50.78% from 255 or 58.37% from 221); Blue value is 90 (35.55% from 255 or 40.72% from 221); Max value from RGB is 129 - color contains mainly: green. Hex color #02815A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #02815A is #FD7EA5. Grayscale: #565656. Windows color (decimal): -16613030 or 5931266. OLE color: 5931266.
HSL color Cylindrical-coordinate representation of color #02815A: hue angle of 161.57º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02815A is Cyan = 0.98, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 2 | 129 | 90 | - |
| CMYK | 0.98 | 0 | 0.30 | 0.49 |
| HSL | 161.57º | 0.97% | 0.26% | - |
| HSV(B) | 161.57º | 0.98% | 0.51% | - |
| XYZ | 9.72 | 16.45 | 12.34 | - |
| YUV | 86.58 | 129.92 | 67.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 129 | 90 | 0.98 | 0 | 0.30 | 0.49 | 161.57 | 0.97 | 0.26 |
| Hex | 2 | 81 | 5A | 62 | 0 | 1E | 31 | A2 | 61 | 1A |
| Octal | 2 | 201 | 132 | 142 | 0 | 36 | 61 | 242 | 141 | 32 |
| Binary | 10 | 10000001 | 1011010 | 1100010 | 0 | 11110 | 110001 | 10100010 | 1100001 | 11010 |
Color Harmonies of #02815A
Complementary color
Monochromatic Colors of #02815A
Black with #02815A
Text Example
Text Example
White with #02815A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02815A; }
p { color: rgb(2,129,90); }
H1.HeaderClassName
{
color: #02815A;
}
.AnyTagClassName
{
color: #02815A;
}
</style>
background-color css
<style>
a { background-color: #02815A; }
a { background-color: rgb(2,129,90); }
div.DivClassName
{
background-color: #02815A;
}
.BgClassName
{
background-color: #02815A;
}
</style>
border-color css
<style>
span { border-color: #02815A; }
span { border-color: rgb(2,129,90); }
td.TdClassName
{
border-color: #02815A;
}
.TagClassName
{
border-color: #02815A;
}
</style>