Html Css Color HEX #027C58 Tropical Rain Forest

📋 copy color: '#027C58'

red 2 ◦ green 124 ◦ blue 88

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

Shades of Tropical Rain Forest #027C58

Tints of Tropical Rain Forest #027C58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 41.12%

R = 0.93%
G = 57.94%
B = 41.12%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.29

 K value IS 0.51

RGB Variations

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

Color information

#027C58 (or 0x027C58) is known color: Tropical Rain Forest. HEX triplet: 02, 7C and 58. RGB value is (2,124,88). Sum of RGB (Red+Green+Blue) = 2+124+88=214 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.93% from 214); Green value is 124 (48.83% from 255 or 57.94% from 214); Blue value is 88 (34.77% from 255 or 41.12% from 214); Max value from RGB is 124 - color contains mainly: green. Hex color #027C58 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #027C58 is #FD83A7. Grayscale: #535353. Windows color (decimal): -16614312 or 5798914. OLE color: 5798914.

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

Color convert

RGB 2 124 88 -
CMYK 0.98 0 0.29 0.51
HSL 162.3º 0.97% 0.25% -
HSV(B) 162.3º 0.98% 0.49% -
XYZ 8.99 15.13 11.68 -
YUV 83.42 130.58 69.93 -
System Red Green Blue C M Y K H S L
Decimal 2 124 88 0.98 0 0.29 0.51 162.3 0.97 0.25
Hex 2 7C 58 62 0 1D 33 A2 61 19
Octal 2 174 130 142 0 35 63 242 141 31
Binary 10 1111100 1011000 1100010 0 11101 110011 10100010 1100001 11001

Color Harmonies of #027C58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027C58

Black with #027C58

Text Example


Text Example

White with #027C58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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