Html Css Color HEX #027366 Tropical Rain Forest

📋 copy color: '#027366'

red 2 ◦ green 115 ◦ blue 102

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

Shades of Tropical Rain Forest #027366

Tints of Tropical Rain Forest #027366

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 46.58%

R = 0.91%
G = 52.51%
B = 46.58%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.11

 K value IS 0.55

RGB Variations

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

Color information

#027366 (or 0x027366) is known color: Tropical Rain Forest. HEX triplet: 02, 73 and 66. RGB value is (2,115,102). Sum of RGB (Red+Green+Blue) = 2+115+102=219 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.91% from 219); Green value is 115 (45.31% from 255 or 52.51% from 219); Blue value is 102 (40.23% from 255 or 46.58% from 219); Max value from RGB is 115 - color contains mainly: green. Hex color #027366 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #027366 is #FD8C99. Grayscale: #4F4F4F. Windows color (decimal): -16616602 or 6714114. OLE color: 6714114.

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

Color convert

RGB 2 115 102 -
CMYK 0.98 0 0.11 0.55
HSL 173.1º 0.97% 0.23% -
HSV(B) 173.1º 0.98% 0.45% -
XYZ 8.55 13.23 14.67 -
YUV 79.73 140.56 72.56 -
System Red Green Blue C M Y K H S L
Decimal 2 115 102 0.98 0 0.11 0.55 173.1 0.97 0.23
Hex 2 73 66 62 0 B 37 AD 61 17
Octal 2 163 146 142 0 13 67 255 141 27
Binary 10 1110011 1100110 1100010 0 1011 110111 10101101 1100001 10111

Color Harmonies of #027366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027366

Black with #027366

Text Example


Text Example

White with #027366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #027366; }

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

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

background-color css

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

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

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

border-color css

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

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

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