Html Css Color HEX #027F5C Tropical Rain Forest

📋 copy color: '#027F5C'

red 2 ◦ green 127 ◦ blue 92

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

Shades of Tropical Rain Forest #027F5C

Tints of Tropical Rain Forest #027F5C

RGB

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

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

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

R = 0.9%
G = 57.47%
B = 41.63%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.28

 K value IS 0.50

RGB Variations

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

Color information

#027F5C (or 0x027F5C) is known color: Tropical Rain Forest. HEX triplet: 02, 7F and 5C. RGB value is (2,127,92). Sum of RGB (Red+Green+Blue) = 2+127+92=221 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.90% from 221); Green value is 127 (50% from 255 or 57.47% from 221); Blue value is 92 (36.33% from 255 or 41.63% from 221); Max value from RGB is 127 - color contains mainly: green. Hex color #027F5C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #027F5C is #FD80A3. Grayscale: #555555. Windows color (decimal): -16613540 or 6061826. OLE color: 6061826.

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

Color convert

RGB 2 127 92 -
CMYK 0.98 0 0.28 0.50
HSL 163.2º 0.97% 0.25% -
HSV(B) 163.2º 0.98% 0.5% -
XYZ 9.55 15.96 12.7 -
YUV 85.64 131.59 68.35 -
System Red Green Blue C M Y K H S L
Decimal 2 127 92 0.98 0 0.28 0.50 163.2 0.97 0.25
Hex 2 7F 5C 62 0 1C 32 A3 61 19
Octal 2 177 134 142 0 34 62 243 141 31
Binary 10 1111111 1011100 1100010 0 11100 110010 10100011 1100001 11001

Color Harmonies of #027F5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027F5C

Black with #027F5C

Text Example


Text Example

White with #027F5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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