Shades of Tropical Rain Forest #027E5D
Tints of Tropical Rain Forest #027E5D
RGB
CMYK
RGB Variations
Color information
#027E5D (or 0x027E5D) is known color: Tropical Rain Forest. HEX triplet: 02, 7E and 5D. RGB value is (2,126,93). Sum of RGB (Red+Green+Blue) = 2+126+93=221 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.90% from 221); Green value is 126 (49.61% from 255 or 57.01% from 221); Blue value is 93 (36.72% from 255 or 42.08% from 221); Max value from RGB is 126 - color contains mainly: green. Hex color #027E5D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #027E5D is #FD81A2. Grayscale: #555555. Windows color (decimal): -16613795 or 6127106. OLE color: 6127106.
HSL color Cylindrical-coordinate representation of color #027E5D: hue angle of 164.03º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #027E5D is Cyan = 0.98, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.51.
Color convert
RGB | 2 | 126 | 93 | - |
CMYK | 0.98 | 0 | 0.26 | 0.51 |
HSL | 164.03º | 0.97% | 0.25% | - |
HSV(B) | 164.03º | 0.98% | 0.49% | - |
XYZ | 9.46 | 15.72 | 12.89 | - |
YUV | 85.16 | 132.42 | 68.68 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 2 | 126 | 93 | 0.98 | 0 | 0.26 | 0.51 | 164.03 | 0.97 | 0.25 |
Hex | 2 | 7E | 5D | 62 | 0 | 1A | 33 | A4 | 61 | 19 |
Octal | 2 | 176 | 135 | 142 | 0 | 32 | 63 | 244 | 141 | 31 |
Binary | 10 | 1111110 | 1011101 | 1100010 | 0 | 11010 | 110011 | 10100100 | 1100001 | 11001 |
Color Harmonies of #027E5D
Complementary color
Monochromatic Colors of #027E5D
Black with #027E5D
Text Example
Text Example
White with #027E5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #027E5D; }
p { color: rgb(2,126,93); }
H1.HeaderClassName
{
color: #027E5D;
}
.AnyTagClassName
{
color: #027E5D;
}
</style>
background-color css
<style>
a { background-color: #027E5D; }
a { background-color: rgb(2,126,93); }
div.DivClassName
{
background-color: #027E5D;
}
.BgClassName
{
background-color: #027E5D;
}
</style>
border-color css
<style>
span { border-color: #027E5D; }
span { border-color: rgb(2,126,93); }
td.TdClassName
{
border-color: #027E5D;
}
.TagClassName
{
border-color: #027E5D;
}
</style>