Html Css Color HEX #027A5A Tropical Rain Forest

📋 copy color: '#027A5A'

red 2 ◦ green 122 ◦ blue 90

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

Shades of Tropical Rain Forest #027A5A

Tints of Tropical Rain Forest #027A5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 42.06%

R = 0.93%
G = 57.01%
B = 42.06%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.26

 K value IS 0.52

RGB Variations

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

Color information

#027A5A (or 0x027A5A) is known color: Tropical Rain Forest. HEX triplet: 02, 7A and 5A. RGB value is (2,122,90). Sum of RGB (Red+Green+Blue) = 2+122+90=214 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.93% from 214); Green value is 122 (48.05% from 255 or 57.01% from 214); Blue value is 90 (35.55% from 255 or 42.06% from 214); Max value from RGB is 122 - color contains mainly: green. Hex color #027A5A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #027A5A is #FD85A5. Grayscale: #525252. Windows color (decimal): -16614822 or 5929474. OLE color: 5929474.

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

Color convert

RGB 2 122 90 -
CMYK 0.98 0 0.26 0.52
HSL 164º 0.97% 0.24% -
HSV(B) 164º 0.98% 0.48% -
XYZ 8.83 14.67 12.04 -
YUV 82.47 132.24 70.6 -
System Red Green Blue C M Y K H S L
Decimal 2 122 90 0.98 0 0.26 0.52 164 0.97 0.24
Hex 2 7A 5A 62 0 1A 34 A4 61 18
Octal 2 172 132 142 0 32 64 244 141 30
Binary 10 1111010 1011010 1100010 0 11010 110100 10100100 1100001 11000

Color Harmonies of #027A5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027A5A

Black with #027A5A

Text Example


Text Example

White with #027A5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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