Html Css Color HEX #027A5E Tropical Rain Forest

📋 copy color: '#027A5E'

red 2 ◦ green 122 ◦ blue 94

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

Shades of Tropical Rain Forest #027A5E

Tints of Tropical Rain Forest #027A5E

RGB

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

 GREEN value IS 122 (48.05% from 255) = 55.96%

 BLUE value IS 94 (37.11% from 255) = 43.12%

R = 0.92%
G = 55.96%
B = 43.12%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.23

 K value IS 0.52

RGB Variations

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

Color information

#027A5E (or 0x027A5E) is known color: Tropical Rain Forest. HEX triplet: 02, 7A and 5E. RGB value is (2,122,94). Sum of RGB (Red+Green+Blue) = 2+122+94=218 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.92% from 218); Green value is 122 (48.05% from 255 or 55.96% from 218); Blue value is 94 (37.11% from 255 or 43.12% from 218); Max value from RGB is 122 - color contains mainly: green. Hex color #027A5E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #027A5E is #FD85A1. Grayscale: #525252. Windows color (decimal): -16614818 or 6191618. OLE color: 6191618.

HSL color Cylindrical-coordinate representation of color #027A5E: hue angle of 166º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #027A5E is Cyan = 0.98, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.52.

Color convert

RGB 2 122 94 -
CMYK 0.98 0 0.23 0.52
HSL 166º 0.97% 0.24% -
HSV(B) 166º 0.98% 0.48% -
XYZ 9 14.74 12.96 -
YUV 82.93 134.24 70.28 -
System Red Green Blue C M Y K H S L
Decimal 2 122 94 0.98 0 0.23 0.52 166 0.97 0.24
Hex 2 7A 5E 62 0 17 34 A6 61 18
Octal 2 172 136 142 0 27 64 246 141 30
Binary 10 1111010 1011110 1100010 0 10111 110100 10100110 1100001 11000

Color Harmonies of #027A5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027A5E

Black with #027A5E

Text Example


Text Example

White with #027A5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,122,94); }

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

background-color css

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

 a { background-color: rgb(2,122,94); }

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

border-color css

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

 span { border-color: rgb(2,122,94); }

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