#027259

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

Shades of Tropical Rain Forest #027259

Tints of Tropical Rain Forest #027259

Color information

#027259 (or 0x027259) is unknown color: approx Tropical Rain Forest. HEX triplet: 02, 72 and 59. RGB value is (2,114,89). Sum of RGB (Red+Green+Blue) = 2+114+89=205 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.98% from 205); Green value is 114 (44.92% from 255 or 55.61% from 205); Blue value is 89 (35.16% from 255 or 43.41% from 205); Max value from RGB is 114 - color contains mainly: green. Hex color #027259 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #027259 is #FD8DA6. Grayscale: #4D4D4D. Windows color (decimal): -16616871 or 5861890. OLE color: 5861890.

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

Color convert

RGB211489-
CMYK0.9800.220.55
HSL166.61º96.55%22.75%-
HSV(B)166.61º98.25%44.71%-
XYZ7.8512.7711.5-
YUV77.66134.3974.03-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.98%
GREEN value IS 114 (44.92% from 255) = 55.61%
BLUE value IS 89 (35.16% from 255) = 43.41%
R=0.98%
G=55.61%
B=43.41%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal2114890.9800.220.55166.6196.5522.75
Hex272596201637a76117
Octal21621311420266724714127
Binary1011100101011001110001001011011011110100111110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #027259

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #027259; }

 p { color: rgb(2,114,89); }

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

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

 a { background-color: rgb(2,114,89); }

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

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

 span { border-color: rgb(2,114,89); }

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