#027B5D

Color #027B5D Tropical Rain Forest (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tropical Rain Forest #027B5D

Tints of Tropical Rain Forest #027B5D

Color information

#027B5D (or 0x027B5D) is unknown color: approx Tropical Rain Forest. HEX triplet: 02, 7B and 5D. RGB value is (2,123,93). Sum of RGB (Red+Green+Blue) = 2+123+93=218 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.92% from 218); Green value is 123 (48.44% from 255 or 56.42% from 218); Blue value is 93 (36.72% from 255 or 42.66% from 218); Max value from RGB is 123 - color contains mainly: green. Hex color #027B5D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #027B5D is #FD84A2. Grayscale: #535353. Windows color (decimal): -16614563 or 6126338. OLE color: 6126338.

HSL color Cylindrical-coordinate representation of color #027B5D: hue angle of 165.12º 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 #027B5D is Cyan = 0.98, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.52.

Color convert

RGB212393-
CMYK0.9800.240.52
HSL165.12º96.8%24.51%-
HSV(B)165.12º98.37%48.24%-
XYZ9.0814.9712.77-
YUV83.4133.4169.94-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.92%
GREEN value IS 123 (48.44% from 255) = 56.42%
BLUE value IS 93 (36.72% from 255) = 42.66%
R=0.92%
G=56.42%
B=42.66%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal2123930.9800.240.52165.1296.824.51
Hex27B5D6201834a56119
Octal21731351420306424514131
Binary1011110111011101110001001100011010010100101110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #027B5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #027B5D;
 }
 .AnyTagClassName
 {
   color: #027B5D;
 }
</style>
background-color css

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

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

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

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

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

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