#026D5A

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

Shades of Tropical Rain Forest #026D5A

Tints of Tropical Rain Forest #026D5A

Color information

#026D5A (or 0x026D5A) is unknown color: approx Tropical Rain Forest. HEX triplet: 02, 6D and 5A. RGB value is (2,109,90). Sum of RGB (Red+Green+Blue) = 2+109+90=201 (26% of max value = 765). Red value is 2 (1.17% from 255 or 1.00% from 201); Green value is 109 (42.97% from 255 or 54.23% from 201); Blue value is 90 (35.55% from 255 or 44.78% from 201); Max value from RGB is 109 - color contains mainly: green. Hex color #026D5A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #026D5A is #FD92A5. Grayscale: #4A4A4A. Windows color (decimal): -16618150 or 5926146. OLE color: 5926146.

HSL color Cylindrical-coordinate representation of color #026D5A: hue angle of 169.35º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #026D5A is Cyan = 0.98, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.57.

Color convert

RGB210990-
CMYK0.9800.170.57
HSL169.35º96.4%21.76%-
HSV(B)169.35º98.17%42.75%-
XYZ7.3411.6911.54-
YUV74.84136.5576.04-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.00%
GREEN value IS 109 (42.97% from 255) = 54.23%
BLUE value IS 90 (35.55% from 255) = 44.78%
R=1.00%
G=54.23%
B=44.78%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal2109900.9800.170.57169.3596.421.76
Hex26D5A6201139a96016
Octal21551321420217125114026
Binary1011011011011010110001001000111100110101001110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #026D5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,109,90); }

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

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

 a { background-color: rgb(2,109,90); }

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

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

 span { border-color: rgb(2,109,90); }

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