#026A57

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

Shades of Tropical Rain Forest #026A57

Tints of Tropical Rain Forest #026A57

Color information

#026A57 (or 0x026A57) is unknown color: approx Tropical Rain Forest. HEX triplet: 02, 6A and 57. RGB value is (2,106,87). Sum of RGB (Red+Green+Blue) = 2+106+87=195 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.03% from 195); Green value is 106 (41.80% from 255 or 54.36% from 195); Blue value is 87 (34.38% from 255 or 44.62% from 195); Max value from RGB is 106 - color contains mainly: green. Hex color #026A57 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #026A57 is #FD95A8. Grayscale: #484848. Windows color (decimal): -16618921 or 5728770. OLE color: 5728770.

HSL color Cylindrical-coordinate representation of color #026A57: hue angle of 169.04º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #026A57 is Cyan = 0.98, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.58.

Color convert

RGB210687-
CMYK0.9800.180.58
HSL169.04º96.3%21.18%-
HSV(B)169.04º98.11%41.57%-
XYZ6.911.0110.78-
YUV72.74136.0477.54-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.03%
GREEN value IS 106 (41.80% from 255) = 54.36%
BLUE value IS 87 (34.38% from 255) = 44.62%
R=1.03%
G=54.36%
B=44.62%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal2106870.9800.180.58169.0496.321.18
Hex26A57620123Aa96015
Octal21521271420227225114025
Binary1011010101010111110001001001011101010101001110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #026A57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #026A57; }

 p { color: rgb(2,106,87); }

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

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

 a { background-color: rgb(2,106,87); }

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

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

 span { border-color: rgb(2,106,87); }

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