Shades of Tropical Rain Forest #02705A
Tints of Tropical Rain Forest #02705A
RGB
CMYK
RGB Variations
Color information
#02705A (or 0x02705A) is known color: Tropical Rain Forest. HEX triplet: 02, 70 and 5A. RGB value is (2,112,90). Sum of RGB (Red+Green+Blue) = 2+112+90=204 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.98% from 204); Green value is 112 (44.14% from 255 or 54.90% from 204); Blue value is 90 (35.55% from 255 or 44.12% from 204); Max value from RGB is 112 - color contains mainly: green. Hex color #02705A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #02705A is #FD8FA5. Grayscale: #4C4C4C. Windows color (decimal): -16617382 or 5926914. OLE color: 5926914.
HSL color Cylindrical-coordinate representation of color #02705A: hue angle of 168º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02705A is Cyan = 0.98, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 2 | 112 | 90 | - |
| CMYK | 0.98 | 0 | 0.20 | 0.56 |
| HSL | 168º | 0.96% | 0.22% | - |
| HSV(B) | 168º | 0.98% | 0.44% | - |
| XYZ | 7.66 | 12.34 | 11.65 | - |
| YUV | 76.6 | 135.56 | 74.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 112 | 90 | 0.98 | 0 | 0.20 | 0.56 | 168 | 0.96 | 0.22 |
| Hex | 2 | 70 | 5A | 62 | 0 | 14 | 38 | A8 | 60 | 16 |
| Octal | 2 | 160 | 132 | 142 | 0 | 24 | 70 | 250 | 140 | 26 |
| Binary | 10 | 1110000 | 1011010 | 1100010 | 0 | 10100 | 111000 | 10101000 | 1100000 | 10110 |
Color Harmonies of #02705A
Complementary color
Monochromatic Colors of #02705A
Black with #02705A
Text Example
Text Example
White with #02705A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02705A; }
p { color: rgb(2,112,90); }
H1.HeaderClassName
{
color: #02705A;
}
.AnyTagClassName
{
color: #02705A;
}
</style>
background-color css
<style>
a { background-color: #02705A; }
a { background-color: rgb(2,112,90); }
div.DivClassName
{
background-color: #02705A;
}
.BgClassName
{
background-color: #02705A;
}
</style>
border-color css
<style>
span { border-color: #02705A; }
span { border-color: rgb(2,112,90); }
td.TdClassName
{
border-color: #02705A;
}
.TagClassName
{
border-color: #02705A;
}
</style>