Shades of Tropical Rain Forest #027B5C
Tints of Tropical Rain Forest #027B5C
RGB
CMYK
RGB Variations
Color information
#027B5C (or 0x027B5C) is known color: Tropical Rain Forest. HEX triplet: 02, 7B and 5C. RGB value is (2,123,92). Sum of RGB (Red+Green+Blue) = 2+123+92=217 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.92% from 217); Green value is 123 (48.44% from 255 or 56.68% from 217); Blue value is 92 (36.33% from 255 or 42.40% from 217); Max value from RGB is 123 - color contains mainly: green. Hex color #027B5C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #027B5C is #FD84A3. Grayscale: #535353. Windows color (decimal): -16614564 or 6060802. OLE color: 6060802.
HSL color Cylindrical-coordinate representation of color #027B5C: hue angle of 164.63º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #027B5C is Cyan = 0.98, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 2 | 123 | 92 | - |
| CMYK | 0.98 | 0 | 0.25 | 0.52 |
| HSL | 164.63º | 0.97% | 0.25% | - |
| HSV(B) | 164.63º | 0.98% | 0.48% | - |
| XYZ | 9.04 | 14.95 | 12.53 | - |
| YUV | 83.29 | 132.91 | 70.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 123 | 92 | 0.98 | 0 | 0.25 | 0.52 | 164.63 | 0.97 | 0.25 |
| Hex | 2 | 7B | 5C | 62 | 0 | 19 | 34 | A5 | 61 | 19 |
| Octal | 2 | 173 | 134 | 142 | 0 | 31 | 64 | 245 | 141 | 31 |
| Binary | 10 | 1111011 | 1011100 | 1100010 | 0 | 11001 | 110100 | 10100101 | 1100001 | 11001 |
Color Harmonies of #027B5C
Complementary color
Monochromatic Colors of #027B5C
Black with #027B5C
Text Example
Text Example
White with #027B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #027B5C; }
p { color: rgb(2,123,92); }
H1.HeaderClassName
{
color: #027B5C;
}
.AnyTagClassName
{
color: #027B5C;
}
</style>
background-color css
<style>
a { background-color: #027B5C; }
a { background-color: rgb(2,123,92); }
div.DivClassName
{
background-color: #027B5C;
}
.BgClassName
{
background-color: #027B5C;
}
</style>
border-color css
<style>
span { border-color: #027B5C; }
span { border-color: rgb(2,123,92); }
td.TdClassName
{
border-color: #027B5C;
}
.TagClassName
{
border-color: #027B5C;
}
</style>