Html Css Color HEX #027E56 Tropical Rain Forest

📋 copy color: '#027E56'

red 2 ◦ green 126 ◦ blue 86

#027E56
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tropical Rain Forest #027E56

Tints of Tropical Rain Forest #027E56

RGB

 RED value IS 2 (1.17% from 255) = 0.93%

 GREEN value IS 126 (49.61% from 255) = 58.88%

 BLUE value IS 86 (33.98% from 255) = 40.19%

R = 0.93%
G = 58.88%
B = 40.19%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.32

 K value IS 0.51

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#027E56 (or 0x027E56) is known color: Tropical Rain Forest. HEX triplet: 02, 7E and 56. RGB value is (2,126,86). Sum of RGB (Red+Green+Blue) = 2+126+86=214 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.93% from 214); Green value is 126 (49.61% from 255 or 58.88% from 214); Blue value is 86 (33.98% from 255 or 40.19% from 214); Max value from RGB is 126 - color contains mainly: green. Hex color #027E56 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #027E56 is #FD81A9. Grayscale: #545454. Windows color (decimal): -16613802 or 5668354. OLE color: 5668354.

HSL color Cylindrical-coordinate representation of color #027E56: hue angle of 160.65º 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 #027E56 is Cyan = 0.98, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.51.

Color convert

RGB 2 126 86 -
CMYK 0.98 0 0.32 0.51
HSL 160.65º 0.97% 0.25% -
HSV(B) 160.65º 0.98% 0.49% -
XYZ 9.17 15.61 11.33 -
YUV 84.36 128.92 69.25 -
System Red Green Blue C M Y K H S L
Decimal 2 126 86 0.98 0 0.32 0.51 160.65 0.97 0.25
Hex 2 7E 56 62 0 20 33 A1 61 19
Octal 2 176 126 142 0 40 63 241 141 31
Binary 10 1111110 1010110 1100010 0 100000 110011 10100001 1100001 11001

Color Harmonies of #027E56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027E56

Black with #027E56

Text Example


Text Example

White with #027E56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #027E56; }

 p { color: rgb(2,126,86); }

 H1.HeaderClassName
 {
   color: #027E56;
 }
 .AnyTagClassName
 {
   color: #027E56;
 }
</style>

background-color css

<style>
 a { background-color: #027E56; }

 a { background-color: rgb(2,126,86); }

 div.DivClassName
 {
   background-color: #027E56;
 }
 .BgClassName
 {
   background-color: #027E56;
 }
</style>

border-color css

<style>
 span { border-color: #027E56; }

 span { border-color: rgb(2,126,86); }

 td.TdClassName
 {
   border-color: #027E56;
 }
 .TagClassName
 {
   border-color: #027E56;
 }
</style>