Shades of Tropical Rain Forest #02705C
Tints of Tropical Rain Forest #02705C
RGB
CMYK
RGB Variations
Color information
#02705C (or 0x02705C) is known color: Tropical Rain Forest. HEX triplet: 02, 70 and 5C. RGB value is (2,112,92). Sum of RGB (Red+Green+Blue) = 2+112+92=206 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.97% from 206); Green value is 112 (44.14% from 255 or 54.37% from 206); Blue value is 92 (36.33% from 255 or 44.66% from 206); Max value from RGB is 112 - color contains mainly: green. Hex color #02705C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #02705C is #FD8FA3. Grayscale: #4C4C4C. Windows color (decimal): -16617380 or 6057986. OLE color: 6057986.
HSL color Cylindrical-coordinate representation of color #02705C: hue angle of 169.09º 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 #02705C is Cyan = 0.98, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 2 | 112 | 92 | - |
| CMYK | 0.98 | 0 | 0.18 | 0.56 |
| HSL | 169.09º | 0.96% | 0.22% | - |
| HSV(B) | 169.09º | 0.98% | 0.44% | - |
| XYZ | 7.75 | 12.37 | 12.11 | - |
| YUV | 76.83 | 136.56 | 74.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 112 | 92 | 0.98 | 0 | 0.18 | 0.56 | 169.09 | 0.96 | 0.22 |
| Hex | 2 | 70 | 5C | 62 | 0 | 12 | 38 | A9 | 60 | 16 |
| Octal | 2 | 160 | 134 | 142 | 0 | 22 | 70 | 251 | 140 | 26 |
| Binary | 10 | 1110000 | 1011100 | 1100010 | 0 | 10010 | 111000 | 10101001 | 1100000 | 10110 |
Color Harmonies of #02705C
Complementary color
Monochromatic Colors of #02705C
Black with #02705C
Text Example
Text Example
White with #02705C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02705C; }
p { color: rgb(2,112,92); }
H1.HeaderClassName
{
color: #02705C;
}
.AnyTagClassName
{
color: #02705C;
}
</style>
background-color css
<style>
a { background-color: #02705C; }
a { background-color: rgb(2,112,92); }
div.DivClassName
{
background-color: #02705C;
}
.BgClassName
{
background-color: #02705C;
}
</style>
border-color css
<style>
span { border-color: #02705C; }
span { border-color: rgb(2,112,92); }
td.TdClassName
{
border-color: #02705C;
}
.TagClassName
{
border-color: #02705C;
}
</style>