Html Css Color HEX #027B5B Tropical Rain Forest

📋 copy color: '#027B5B'

red 2 ◦ green 123 ◦ blue 91

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

Shades of Tropical Rain Forest #027B5B

Tints of Tropical Rain Forest #027B5B

RGB

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

 GREEN value IS 123 (48.44% from 255) = 56.94%

 BLUE value IS 91 (35.94% from 255) = 42.13%

R = 0.93%
G = 56.94%
B = 42.13%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.26

 K value IS 0.52

RGB Variations

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

Color information

#027B5B (or 0x027B5B) is known color: Tropical Rain Forest. HEX triplet: 02, 7B and 5B. RGB value is (2,123,91). Sum of RGB (Red+Green+Blue) = 2+123+91=216 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.93% from 216); Green value is 123 (48.44% from 255 or 56.94% from 216); Blue value is 91 (35.94% from 255 or 42.13% from 216); Max value from RGB is 123 - color contains mainly: green. Hex color #027B5B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #027B5B is #FD84A4. Grayscale: #535353. Windows color (decimal): -16614565 or 5995266. OLE color: 5995266.

HSL color Cylindrical-coordinate representation of color #027B5B: hue angle of 164.13º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #027B5B is Cyan = 0.98, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.52.

Color convert

RGB 2 123 91 -
CMYK 0.98 0 0.26 0.52
HSL 164.13º 0.97% 0.25% -
HSV(B) 164.13º 0.98% 0.48% -
XYZ 9 14.93 12.31 -
YUV 83.17 132.41 70.1 -
System Red Green Blue C M Y K H S L
Decimal 2 123 91 0.98 0 0.26 0.52 164.13 0.97 0.25
Hex 2 7B 5B 62 0 1A 34 A4 61 19
Octal 2 173 133 142 0 32 64 244 141 31
Binary 10 1111011 1011011 1100010 0 11010 110100 10100100 1100001 11001

Color Harmonies of #027B5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027B5B

Black with #027B5B

Text Example


Text Example

White with #027B5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,123,91); }

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

background-color css

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

 a { background-color: rgb(2,123,91); }

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

border-color css

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

 span { border-color: rgb(2,123,91); }

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