#027158

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

Shades of Tropical Rain Forest #027158

Tints of Tropical Rain Forest #027158

Color information

#027158 (or 0x027158) is unknown color: approx Tropical Rain Forest. HEX triplet: 02, 71 and 58. RGB value is (2,113,88). Sum of RGB (Red+Green+Blue) = 2+113+88=203 (26% of max value = 765). Red value is 2 (1.17% from 255 or 0.99% from 203); Green value is 113 (44.53% from 255 or 55.67% from 203); Blue value is 88 (34.77% from 255 or 43.35% from 203); Max value from RGB is 113 - color contains mainly: green. Hex color #027158 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #027158 is #FD8EA7. Grayscale: #4C4C4C. Windows color (decimal): -16617128 or 5796098. OLE color: 5796098.

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

Color convert

RGB211388-
CMYK0.9800.220.56
HSL166.49º96.52%22.55%-
HSV(B)166.49º98.23%44.31%-
XYZ7.6912.5311.25-
YUV76.96134.2374.53-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.99%
GREEN value IS 113 (44.53% from 255) = 55.67%
BLUE value IS 88 (34.77% from 255) = 43.35%
R=0.99%
G=55.67%
B=43.35%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal2113880.9800.220.56166.4996.5222.55
Hex271586201638a66117
Octal21611301420267024614127
Binary1011100011011000110001001011011100010100110110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #027158

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #027158; }

 p { color: rgb(2,113,88); }

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

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

 a { background-color: rgb(2,113,88); }

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

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

 span { border-color: rgb(2,113,88); }

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