Html Css Color HEX #027C5F Tropical Rain Forest

📋 copy color: '#027C5F'

red 2 ◦ green 124 ◦ blue 95

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

Shades of Tropical Rain Forest #027C5F

Tints of Tropical Rain Forest #027C5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 42.99%

R = 0.9%
G = 56.11%
B = 42.99%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.23

 K value IS 0.51

RGB Variations

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

Color information

#027C5F (or 0x027C5F) is known color: Tropical Rain Forest. HEX triplet: 02, 7C and 5F. RGB value is (2,124,95). Sum of RGB (Red+Green+Blue) = 2+124+95=221 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.90% from 221); Green value is 124 (48.83% from 255 or 56.11% from 221); Blue value is 95 (37.5% from 255 or 42.99% from 221); Max value from RGB is 124 - color contains mainly: green. Hex color #027C5F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #027C5F is #FD83A0. Grayscale: #545454. Windows color (decimal): -16614305 or 6257666. OLE color: 6257666.

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

Color convert

RGB 2 124 95 -
CMYK 0.98 0 0.23 0.51
HSL 165.74º 0.97% 0.25% -
HSV(B) 165.74º 0.98% 0.49% -
XYZ 9.3 15.25 13.28 -
YUV 84.22 134.08 69.36 -
System Red Green Blue C M Y K H S L
Decimal 2 124 95 0.98 0 0.23 0.51 165.74 0.97 0.25
Hex 2 7C 5F 62 0 17 33 A6 61 19
Octal 2 174 137 142 0 27 63 246 141 31
Binary 10 1111100 1011111 1100010 0 10111 110011 10100110 1100001 11001

Color Harmonies of #027C5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027C5F

Black with #027C5F

Text Example


Text Example

White with #027C5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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