Shades of Tropical Rain Forest #026A5C
Tints of Tropical Rain Forest #026A5C
RGB
CMYK
RGB Variations
Color information
#026A5C (or 0x026A5C) is known color: Tropical Rain Forest. HEX triplet: 02, 6A and 5C. RGB value is (2,106,92). Sum of RGB (Red+Green+Blue) = 2+106+92=200 (26% of max value = 765). Red value is 2 (1.17% from 255 or 1% from 200); Green value is 106 (41.80% from 255 or 53% from 200); Blue value is 92 (36.33% from 255 or 46% from 200); Max value from RGB is 106 - color contains mainly: green. Hex color #026A5C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #026A5C is #FD95A3. Grayscale: #494949. Windows color (decimal): -16618916 or 6056450. OLE color: 6056450.
HSL color Cylindrical-coordinate representation of color #026A5C: hue angle of 171.92º 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 #026A5C is Cyan = 0.98, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 2 | 106 | 92 | - |
| CMYK | 0.98 | 0 | 0.13 | 0.58 |
| HSL | 171.92º | 0.96% | 0.21% | - |
| HSV(B) | 171.92º | 0.98% | 0.42% | - |
| XYZ | 7.11 | 11.09 | 11.89 | - |
| YUV | 73.31 | 138.54 | 77.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 106 | 92 | 0.98 | 0 | 0.13 | 0.58 | 171.92 | 0.96 | 0.21 |
| Hex | 2 | 6A | 5C | 62 | 0 | D | 3A | AC | 60 | 15 |
| Octal | 2 | 152 | 134 | 142 | 0 | 15 | 72 | 254 | 140 | 25 |
| Binary | 10 | 1101010 | 1011100 | 1100010 | 0 | 1101 | 111010 | 10101100 | 1100000 | 10101 |
Color Harmonies of #026A5C
Complementary color
Monochromatic Colors of #026A5C
Black with #026A5C
Text Example
Text Example
White with #026A5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #026A5C; }
p { color: rgb(2,106,92); }
H1.HeaderClassName
{
color: #026A5C;
}
.AnyTagClassName
{
color: #026A5C;
}
</style>
background-color css
<style>
a { background-color: #026A5C; }
a { background-color: rgb(2,106,92); }
div.DivClassName
{
background-color: #026A5C;
}
.BgClassName
{
background-color: #026A5C;
}
</style>
border-color css
<style>
span { border-color: #026A5C; }
span { border-color: rgb(2,106,92); }
td.TdClassName
{
border-color: #026A5C;
}
.TagClassName
{
border-color: #026A5C;
}
</style>