Shades of Tropical Rain Forest #026F5C
Tints of Tropical Rain Forest #026F5C
RGB
CMYK
RGB Variations
Color information
#026F5C (or 0x026F5C) is known color: Tropical Rain Forest. HEX triplet: 02, 6F and 5C. RGB value is (2,111,92). Sum of RGB (Red+Green+Blue) = 2+111+92=205 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.98% from 205); Green value is 111 (43.75% from 255 or 54.15% from 205); Blue value is 92 (36.33% from 255 or 44.88% from 205); Max value from RGB is 111 - color contains mainly: green. Hex color #026F5C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #026F5C is #FD90A3. Grayscale: #4C4C4C. Windows color (decimal): -16617636 or 6057730. OLE color: 6057730.
HSL color Cylindrical-coordinate representation of color #026F5C: hue angle of 169.54º 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 #026F5C is Cyan = 0.98, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 2 | 111 | 92 | - |
| CMYK | 0.98 | 0 | 0.17 | 0.56 |
| HSL | 169.54º | 0.96% | 0.22% | - |
| HSV(B) | 169.54º | 0.98% | 0.44% | - |
| XYZ | 7.64 | 12.15 | 12.07 | - |
| YUV | 76.24 | 136.89 | 75.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 111 | 92 | 0.98 | 0 | 0.17 | 0.56 | 169.54 | 0.96 | 0.22 |
| Hex | 2 | 6F | 5C | 62 | 0 | 11 | 38 | AA | 60 | 16 |
| Octal | 2 | 157 | 134 | 142 | 0 | 21 | 70 | 252 | 140 | 26 |
| Binary | 10 | 1101111 | 1011100 | 1100010 | 0 | 10001 | 111000 | 10101010 | 1100000 | 10110 |
Color Harmonies of #026F5C
Complementary color
Monochromatic Colors of #026F5C
Black with #026F5C
Text Example
Text Example
White with #026F5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #026F5C; }
p { color: rgb(2,111,92); }
H1.HeaderClassName
{
color: #026F5C;
}
.AnyTagClassName
{
color: #026F5C;
}
</style>
background-color css
<style>
a { background-color: #026F5C; }
a { background-color: rgb(2,111,92); }
div.DivClassName
{
background-color: #026F5C;
}
.BgClassName
{
background-color: #026F5C;
}
</style>
border-color css
<style>
span { border-color: #026F5C; }
span { border-color: rgb(2,111,92); }
td.TdClassName
{
border-color: #026F5C;
}
.TagClassName
{
border-color: #026F5C;
}
</style>