Shades of Tropical Rain Forest #027A5D
Tints of Tropical Rain Forest #027A5D
RGB
CMYK
RGB Variations
Color information
#027A5D (or 0x027A5D) is known color: Tropical Rain Forest. HEX triplet: 02, 7A and 5D. RGB value is (2,122,93). Sum of RGB (Red+Green+Blue) = 2+122+93=217 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.92% from 217); Green value is 122 (48.05% from 255 or 56.22% from 217); Blue value is 93 (36.72% from 255 or 42.86% from 217); Max value from RGB is 122 - color contains mainly: green. Hex color #027A5D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #027A5D is #FD85A2. Grayscale: #525252. Windows color (decimal): -16614819 or 6126082. OLE color: 6126082.
HSL color Cylindrical-coordinate representation of color #027A5D: hue angle of 165.5º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #027A5D is Cyan = 0.98, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 2 | 122 | 93 | - |
| CMYK | 0.98 | 0 | 0.24 | 0.52 |
| HSL | 165.5º | 0.97% | 0.24% | - |
| HSV(B) | 165.5º | 0.98% | 0.48% | - |
| XYZ | 8.96 | 14.72 | 12.73 | - |
| YUV | 82.81 | 133.74 | 70.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 122 | 93 | 0.98 | 0 | 0.24 | 0.52 | 165.5 | 0.97 | 0.24 |
| Hex | 2 | 7A | 5D | 62 | 0 | 18 | 34 | A6 | 61 | 18 |
| Octal | 2 | 172 | 135 | 142 | 0 | 30 | 64 | 246 | 141 | 30 |
| Binary | 10 | 1111010 | 1011101 | 1100010 | 0 | 11000 | 110100 | 10100110 | 1100001 | 11000 |
Color Harmonies of #027A5D
Complementary color
Monochromatic Colors of #027A5D
Black with #027A5D
Text Example
Text Example
White with #027A5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #027A5D; }
p { color: rgb(2,122,93); }
H1.HeaderClassName
{
color: #027A5D;
}
.AnyTagClassName
{
color: #027A5D;
}
</style>
background-color css
<style>
a { background-color: #027A5D; }
a { background-color: rgb(2,122,93); }
div.DivClassName
{
background-color: #027A5D;
}
.BgClassName
{
background-color: #027A5D;
}
</style>
border-color css
<style>
span { border-color: #027A5D; }
span { border-color: rgb(2,122,93); }
td.TdClassName
{
border-color: #027A5D;
}
.TagClassName
{
border-color: #027A5D;
}
</style>