Html Css Color HEX #027F55 Tropical Rain Forest

📋 copy color: '#027F55'

red 2 ◦ green 127 ◦ blue 85

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

Shades of Tropical Rain Forest #027F55

Tints of Tropical Rain Forest #027F55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 39.72%

R = 0.93%
G = 59.35%
B = 39.72%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.33

 K value IS 0.50

RGB Variations

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

Color information

#027F55 (or 0x027F55) is known color: Tropical Rain Forest. HEX triplet: 02, 7F and 55. RGB value is (2,127,85). Sum of RGB (Red+Green+Blue) = 2+127+85=214 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.93% from 214); Green value is 127 (50% from 255 or 59.35% from 214); Blue value is 85 (33.59% from 255 or 39.72% from 214); Max value from RGB is 127 - color contains mainly: green. Hex color #027F55 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #027F55 is #FD80AA. Grayscale: #545454. Windows color (decimal): -16613547 or 5603074. OLE color: 5603074.

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

Color convert

RGB 2 127 85 -
CMYK 0.98 0 0.33 0.50
HSL 159.84º 0.97% 0.25% -
HSV(B) 159.84º 0.98% 0.5% -
XYZ 9.25 15.85 11.17 -
YUV 84.84 128.09 68.92 -
System Red Green Blue C M Y K H S L
Decimal 2 127 85 0.98 0 0.33 0.50 159.84 0.97 0.25
Hex 2 7F 55 62 0 21 32 A0 61 19
Octal 2 177 125 142 0 41 62 240 141 31
Binary 10 1111111 1010101 1100010 0 100001 110010 10100000 1100001 11001

Color Harmonies of #027F55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027F55

Black with #027F55

Text Example


Text Example

White with #027F55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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