Shades of Tropical Rain Forest #026E5B
Tints of Tropical Rain Forest #026E5B
RGB
CMYK
RGB Variations
Color information
#026E5B (or 0x026E5B) is known color: Tropical Rain Forest. HEX triplet: 02, 6E and 5B. RGB value is (2,110,91). Sum of RGB (Red+Green+Blue) = 2+110+91=203 (26% of max value = 765). Red value is 2 (1.17% from 255 or 0.99% from 203); Green value is 110 (43.36% from 255 or 54.19% from 203); Blue value is 91 (35.94% from 255 or 44.83% from 203); Max value from RGB is 110 - color contains mainly: green. Hex color #026E5B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #026E5B is #FD91A4. Grayscale: #4B4B4B. Windows color (decimal): -16617893 or 5991938. OLE color: 5991938.
HSL color Cylindrical-coordinate representation of color #026E5B: hue angle of 169.44º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #026E5B is Cyan = 0.98, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 2 | 110 | 91 | - |
| CMYK | 0.98 | 0 | 0.17 | 0.57 |
| HSL | 169.44º | 0.96% | 0.22% | - |
| HSV(B) | 169.44º | 0.98% | 0.43% | - |
| XYZ | 7.49 | 11.92 | 11.8 | - |
| YUV | 75.54 | 136.72 | 75.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 110 | 91 | 0.98 | 0 | 0.17 | 0.57 | 169.44 | 0.96 | 0.22 |
| Hex | 2 | 6E | 5B | 62 | 0 | 11 | 39 | A9 | 60 | 16 |
| Octal | 2 | 156 | 133 | 142 | 0 | 21 | 71 | 251 | 140 | 26 |
| Binary | 10 | 1101110 | 1011011 | 1100010 | 0 | 10001 | 111001 | 10101001 | 1100000 | 10110 |
Color Harmonies of #026E5B
Complementary color
Monochromatic Colors of #026E5B
Black with #026E5B
Text Example
Text Example
White with #026E5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #026E5B; }
p { color: rgb(2,110,91); }
H1.HeaderClassName
{
color: #026E5B;
}
.AnyTagClassName
{
color: #026E5B;
}
</style>
background-color css
<style>
a { background-color: #026E5B; }
a { background-color: rgb(2,110,91); }
div.DivClassName
{
background-color: #026E5B;
}
.BgClassName
{
background-color: #026E5B;
}
</style>
border-color css
<style>
span { border-color: #026E5B; }
span { border-color: rgb(2,110,91); }
td.TdClassName
{
border-color: #026E5B;
}
.TagClassName
{
border-color: #026E5B;
}
</style>