Html Css Color HEX #027F57 Tropical Rain Forest

📋 copy color: '#027F57'

red 2 ◦ green 127 ◦ blue 87

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

Shades of Tropical Rain Forest #027F57

Tints of Tropical Rain Forest #027F57

RGB

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

 GREEN value IS 127 (50% from 255) = 58.8%

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

R = 0.93%
G = 58.8%
B = 40.28%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.31

 K value IS 0.50

RGB Variations

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

Color information

#027F57 (or 0x027F57) is known color: Tropical Rain Forest. HEX triplet: 02, 7F and 57. RGB value is (2,127,87). Sum of RGB (Red+Green+Blue) = 2+127+87=216 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.93% from 216); Green value is 127 (50% from 255 or 58.80% from 216); Blue value is 87 (34.38% from 255 or 40.28% from 216); Max value from RGB is 127 - color contains mainly: green. Hex color #027F57 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #027F57 is #FD80A8. Grayscale: #555555. Windows color (decimal): -16613545 or 5734146. OLE color: 5734146.

HSL color Cylindrical-coordinate representation of color #027F57: hue angle of 160.8º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #027F57 is Cyan = 0.98, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.50.

Color convert

RGB 2 127 87 -
CMYK 0.98 0 0.31 0.50
HSL 160.8º 0.97% 0.25% -
HSV(B) 160.8º 0.98% 0.5% -
XYZ 9.33 15.88 11.59 -
YUV 85.07 129.09 68.75 -
System Red Green Blue C M Y K H S L
Decimal 2 127 87 0.98 0 0.31 0.50 160.8 0.97 0.25
Hex 2 7F 57 62 0 1F 32 A1 61 19
Octal 2 177 127 142 0 37 62 241 141 31
Binary 10 1111111 1010111 1100010 0 11111 110010 10100001 1100001 11001

Color Harmonies of #027F57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027F57

Black with #027F57

Text Example


Text Example

White with #027F57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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