Shades of Tropical Rain Forest #026B58
Tints of Tropical Rain Forest #026B58
RGB
CMYK
RGB Variations
Color information
#026B58 (or 0x026B58) is known color: Tropical Rain Forest. HEX triplet: 02, 6B and 58. RGB value is (2,107,88). Sum of RGB (Red+Green+Blue) = 2+107+88=197 (26% of max value = 765). Red value is 2 (1.17% from 255 or 1.02% from 197); Green value is 107 (42.19% from 255 or 54.31% from 197); Blue value is 88 (34.77% from 255 or 44.67% from 197); Max value from RGB is 107 - color contains mainly: green. Hex color #026B58 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #026B58 is #FD94A7. Grayscale: #494949. Windows color (decimal): -16618664 or 5794562. OLE color: 5794562.
HSL color Cylindrical-coordinate representation of color #026B58: hue angle of 169.14º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #026B58 is Cyan = 0.98, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 2 | 107 | 88 | - |
| CMYK | 0.98 | 0 | 0.18 | 0.58 |
| HSL | 169.14º | 0.96% | 0.21% | - |
| HSV(B) | 169.14º | 0.98% | 0.42% | - |
| XYZ | 7.04 | 11.23 | 11.03 | - |
| YUV | 73.44 | 136.21 | 77.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 107 | 88 | 0.98 | 0 | 0.18 | 0.58 | 169.14 | 0.96 | 0.21 |
| Hex | 2 | 6B | 58 | 62 | 0 | 12 | 3A | A9 | 60 | 15 |
| Octal | 2 | 153 | 130 | 142 | 0 | 22 | 72 | 251 | 140 | 25 |
| Binary | 10 | 1101011 | 1011000 | 1100010 | 0 | 10010 | 111010 | 10101001 | 1100000 | 10101 |
Color Harmonies of #026B58
Complementary color
Monochromatic Colors of #026B58
Black with #026B58
Text Example
Text Example
White with #026B58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #026B58; }
p { color: rgb(2,107,88); }
H1.HeaderClassName
{
color: #026B58;
}
.AnyTagClassName
{
color: #026B58;
}
</style>
background-color css
<style>
a { background-color: #026B58; }
a { background-color: rgb(2,107,88); }
div.DivClassName
{
background-color: #026B58;
}
.BgClassName
{
background-color: #026B58;
}
</style>
border-color css
<style>
span { border-color: #026B58; }
span { border-color: rgb(2,107,88); }
td.TdClassName
{
border-color: #026B58;
}
.TagClassName
{
border-color: #026B58;
}
</style>