#02785A

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

Shades of Tropical Rain Forest #02785A

Tints of Tropical Rain Forest #02785A

Color information

#02785A (or 0x02785A) is unknown color: approx Tropical Rain Forest. HEX triplet: 02, 78 and 5A. RGB value is (2,120,90). Sum of RGB (Red+Green+Blue) = 2+120+90=212 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.94% from 212); Green value is 120 (47.27% from 255 or 56.60% from 212); Blue value is 90 (35.55% from 255 or 42.45% from 212); Max value from RGB is 120 - color contains mainly: green. Hex color #02785A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #02785A is #FD87A5. Grayscale: #515151. Windows color (decimal): -16615334 or 5928962. OLE color: 5928962.

HSL color Cylindrical-coordinate representation of color #02785A: hue angle of 164.75º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02785A is Cyan = 0.98, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.53.

Color convert

RGB212090-
CMYK0.9800.250.53
HSL164.75º96.72%23.92%-
HSV(B)164.75º98.33%47.06%-
XYZ8.5914.1811.96-
YUV81.3132.9171.44-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.94%
GREEN value IS 120 (47.27% from 255) = 56.60%
BLUE value IS 90 (35.55% from 255) = 42.45%
R=0.94%
G=56.60%
B=42.45%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal2120900.9800.250.53164.7596.7223.92
Hex2785A6201935a56118
Octal21701321420316524514130
Binary1011110001011010110001001100111010110100101110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02785A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02785A; }

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

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

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

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

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

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

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

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