Html Css Color HEX #027C57 Tropical Rain Forest

📋 copy color: '#027C57'

red 2 ◦ green 124 ◦ blue 87

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

Shades of Tropical Rain Forest #027C57

Tints of Tropical Rain Forest #027C57

RGB

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

 GREEN value IS 124 (48.83% from 255) = 58.22%

 BLUE value IS 87 (34.38% from 255) = 40.85%

R = 0.94%
G = 58.22%
B = 40.85%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.30

 K value IS 0.51

RGB Variations

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

Color information

#027C57 (or 0x027C57) is known color: Tropical Rain Forest. HEX triplet: 02, 7C and 57. RGB value is (2,124,87). Sum of RGB (Red+Green+Blue) = 2+124+87=213 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.94% from 213); Green value is 124 (48.83% from 255 or 58.22% from 213); Blue value is 87 (34.38% from 255 or 40.85% from 213); Max value from RGB is 124 - color contains mainly: green. Hex color #027C57 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #027C57 is #FD83A8. Grayscale: #535353. Windows color (decimal): -16614313 or 5733378. OLE color: 5733378.

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

Color convert

RGB 2 124 87 -
CMYK 0.98 0 0.30 0.51
HSL 161.8º 0.97% 0.25% -
HSV(B) 161.8º 0.98% 0.49% -
XYZ 8.95 15.12 11.46 -
YUV 83.3 130.08 70.01 -
System Red Green Blue C M Y K H S L
Decimal 2 124 87 0.98 0 0.30 0.51 161.8 0.97 0.25
Hex 2 7C 57 62 0 1E 33 A2 61 19
Octal 2 174 127 142 0 36 63 242 141 31
Binary 10 1111100 1010111 1100010 0 11110 110011 10100010 1100001 11001

Color Harmonies of #027C57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027C57

Black with #027C57

Text Example


Text Example

White with #027C57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,124,87); }

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

background-color css

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

 a { background-color: rgb(2,124,87); }

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

border-color css

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

 span { border-color: rgb(2,124,87); }

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