Html Css Color HEX #027C61 Tropical Rain Forest

📋 copy color: '#027C61'

red 2 ◦ green 124 ◦ blue 97

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

Shades of Tropical Rain Forest #027C61

Tints of Tropical Rain Forest #027C61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 43.5%

R = 0.9%
G = 55.61%
B = 43.5%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.22

 K value IS 0.51

RGB Variations

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

Color information

#027C61 (or 0x027C61) is known color: Tropical Rain Forest. HEX triplet: 02, 7C and 61. RGB value is (2,124,97). Sum of RGB (Red+Green+Blue) = 2+124+97=223 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.90% from 223); Green value is 124 (48.83% from 255 or 55.61% from 223); Blue value is 97 (38.28% from 255 or 43.50% from 223); Max value from RGB is 124 - color contains mainly: green. Hex color #027C61 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #027C61 is #FD839E. Grayscale: #545454. Windows color (decimal): -16614303 or 6388738. OLE color: 6388738.

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

Color convert

RGB 2 124 97 -
CMYK 0.98 0 0.22 0.51
HSL 166.72º 0.97% 0.25% -
HSV(B) 166.72º 0.98% 0.49% -
XYZ 9.39 15.29 13.77 -
YUV 84.44 135.08 69.2 -
System Red Green Blue C M Y K H S L
Decimal 2 124 97 0.98 0 0.22 0.51 166.72 0.97 0.25
Hex 2 7C 61 62 0 16 33 A7 61 19
Octal 2 174 141 142 0 26 63 247 141 31
Binary 10 1111100 1100001 1100010 0 10110 110011 10100111 1100001 11001

Color Harmonies of #027C61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027C61

Black with #027C61

Text Example


Text Example

White with #027C61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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