Html Css Color HEX #027C5C Tropical Rain Forest

📋 copy color: '#027C5C'

red 2 ◦ green 124 ◦ blue 92

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

Shades of Tropical Rain Forest #027C5C

Tints of Tropical Rain Forest #027C5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 42.2%

R = 0.92%
G = 56.88%
B = 42.2%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.26

 K value IS 0.51

RGB Variations

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

Color information

#027C5C (or 0x027C5C) is known color: Tropical Rain Forest. HEX triplet: 02, 7C and 5C. RGB value is (2,124,92). Sum of RGB (Red+Green+Blue) = 2+124+92=218 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.92% from 218); Green value is 124 (48.83% from 255 or 56.88% from 218); Blue value is 92 (36.33% from 255 or 42.20% from 218); Max value from RGB is 124 - color contains mainly: green. Hex color #027C5C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #027C5C is #FD83A3. Grayscale: #535353. Windows color (decimal): -16614308 or 6061058. OLE color: 6061058.

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

Color convert

RGB 2 124 92 -
CMYK 0.98 0 0.26 0.51
HSL 164.26º 0.97% 0.25% -
HSV(B) 164.26º 0.98% 0.49% -
XYZ 9.16 15.2 12.58 -
YUV 83.87 132.58 69.6 -
System Red Green Blue C M Y K H S L
Decimal 2 124 92 0.98 0 0.26 0.51 164.26 0.97 0.25
Hex 2 7C 5C 62 0 1A 33 A4 61 19
Octal 2 174 134 142 0 32 63 244 141 31
Binary 10 1111100 1011100 1100010 0 11010 110011 10100100 1100001 11001

Color Harmonies of #027C5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027C5C

Black with #027C5C

Text Example


Text Example

White with #027C5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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