Html Css Color HEX #027359 Tropical Rain Forest

📋 copy color: '#027359'

red 2 ◦ green 115 ◦ blue 89

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

Shades of Tropical Rain Forest #027359

Tints of Tropical Rain Forest #027359

RGB

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

 GREEN value IS 115 (45.31% from 255) = 55.83%

 BLUE value IS 89 (35.16% from 255) = 43.2%

R = 0.97%
G = 55.83%
B = 43.2%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.23

 K value IS 0.55

RGB Variations

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

Color information

#027359 (or 0x027359) is known color: Tropical Rain Forest. HEX triplet: 02, 73 and 59. RGB value is (2,115,89). Sum of RGB (Red+Green+Blue) = 2+115+89=206 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.97% from 206); Green value is 115 (45.31% from 255 or 55.83% from 206); Blue value is 89 (35.16% from 255 or 43.20% from 206); Max value from RGB is 115 - color contains mainly: green. Hex color #027359 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #027359 is #FD8CA6. Grayscale: #4E4E4E. Windows color (decimal): -16616615 or 5862146. OLE color: 5862146.

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

Color convert

RGB 2 115 89 -
CMYK 0.98 0 0.23 0.55
HSL 166.19º 0.97% 0.23% -
HSV(B) 166.19º 0.98% 0.45% -
XYZ 7.96 13 11.54 -
YUV 78.25 134.06 73.61 -
System Red Green Blue C M Y K H S L
Decimal 2 115 89 0.98 0 0.23 0.55 166.19 0.97 0.23
Hex 2 73 59 62 0 17 37 A6 61 17
Octal 2 163 131 142 0 27 67 246 141 27
Binary 10 1110011 1011001 1100010 0 10111 110111 10100110 1100001 10111

Color Harmonies of #027359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027359

Black with #027359

Text Example


Text Example

White with #027359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #027359; }

 p { color: rgb(2,115,89); }

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

background-color css

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

 a { background-color: rgb(2,115,89); }

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

border-color css

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

 span { border-color: rgb(2,115,89); }

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