Html Css Color HEX #027464 Tropical Rain Forest

📋 copy color: '#027464'

red 2 ◦ green 116 ◦ blue 100

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

Shades of Tropical Rain Forest #027464

Tints of Tropical Rain Forest #027464

RGB

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

 GREEN value IS 116 (45.7% from 255) = 53.21%

 BLUE value IS 100 (39.45% from 255) = 45.87%

R = 0.92%
G = 53.21%
B = 45.87%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.14

 K value IS 0.55

RGB Variations

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

Color information

#027464 (or 0x027464) is known color: Tropical Rain Forest. HEX triplet: 02, 74 and 64. RGB value is (2,116,100). Sum of RGB (Red+Green+Blue) = 2+116+100=218 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.92% from 218); Green value is 116 (45.70% from 255 or 53.21% from 218); Blue value is 100 (39.45% from 255 or 45.87% from 218); Max value from RGB is 116 - color contains mainly: green. Hex color #027464 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #027464 is #FD8B9B. Grayscale: #505050. Windows color (decimal): -16616348 or 6583298. OLE color: 6583298.

HSL color Cylindrical-coordinate representation of color #027464: hue angle of 171.58º 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 #027464 is Cyan = 0.98, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.55.

Color convert

RGB 2 116 100 -
CMYK 0.98 0 0.14 0.55
HSL 171.58º 0.97% 0.23% -
HSV(B) 171.58º 0.98% 0.45% -
XYZ 8.57 13.42 14.2 -
YUV 80.09 139.23 72.3 -
System Red Green Blue C M Y K H S L
Decimal 2 116 100 0.98 0 0.14 0.55 171.58 0.97 0.23
Hex 2 74 64 62 0 E 37 AC 61 17
Octal 2 164 144 142 0 16 67 254 141 27
Binary 10 1110100 1100100 1100010 0 1110 110111 10101100 1100001 10111

Color Harmonies of #027464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027464

Black with #027464

Text Example


Text Example

White with #027464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #027464; }

 p { color: rgb(2,116,100); }

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

background-color css

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

 a { background-color: rgb(2,116,100); }

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

border-color css

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

 span { border-color: rgb(2,116,100); }

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