Html Css Color HEX #027565 Tropical Rain Forest

📋 copy color: '#027565'

red 2 ◦ green 117 ◦ blue 101

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

Shades of Tropical Rain Forest #027565

Tints of Tropical Rain Forest #027565

RGB

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

 GREEN value IS 117 (46.09% from 255) = 53.18%

 BLUE value IS 101 (39.84% from 255) = 45.91%

R = 0.91%
G = 53.18%
B = 45.91%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.14

 K value IS 0.54

RGB Variations

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

Color information

#027565 (or 0x027565) is known color: Tropical Rain Forest. HEX triplet: 02, 75 and 65. RGB value is (2,117,101). Sum of RGB (Red+Green+Blue) = 2+117+101=220 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.91% from 220); Green value is 117 (46.09% from 255 or 53.18% from 220); Blue value is 101 (39.84% from 255 or 45.91% from 220); Max value from RGB is 117 - color contains mainly: green. Hex color #027565 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #027565 is #FD8A9A. Grayscale: #505050. Windows color (decimal): -16616091 or 6649090. OLE color: 6649090.

HSL color Cylindrical-coordinate representation of color #027565: hue angle of 171.65º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #027565 is Cyan = 0.98, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.54.

Color convert

RGB 2 117 101 -
CMYK 0.98 0 0.14 0.54
HSL 171.65º 0.97% 0.23% -
HSV(B) 171.65º 0.98% 0.46% -
XYZ 8.74 13.68 14.49 -
YUV 80.79 139.4 71.8 -
System Red Green Blue C M Y K H S L
Decimal 2 117 101 0.98 0 0.14 0.54 171.65 0.97 0.23
Hex 2 75 65 62 0 E 36 AC 61 17
Octal 2 165 145 142 0 16 66 254 141 27
Binary 10 1110101 1100101 1100010 0 1110 110110 10101100 1100001 10111

Color Harmonies of #027565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027565

Black with #027565

Text Example


Text Example

White with #027565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #027565; }

 p { color: rgb(2,117,101); }

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

background-color css

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

 a { background-color: rgb(2,117,101); }

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

border-color css

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

 span { border-color: rgb(2,117,101); }

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