#02785B

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

Shades of Tropical Rain Forest #02785B

Tints of Tropical Rain Forest #02785B

Color information

#02785B (or 0x02785B) is unknown color: approx Tropical Rain Forest. HEX triplet: 02, 78 and 5B. RGB value is (2,120,91). Sum of RGB (Red+Green+Blue) = 2+120+91=213 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.94% from 213); Green value is 120 (47.27% from 255 or 56.34% from 213); Blue value is 91 (35.94% from 255 or 42.72% from 213); Max value from RGB is 120 - color contains mainly: green. Hex color #02785B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #02785B is #FD87A4. Grayscale: #515151. Windows color (decimal): -16615333 or 5994498. OLE color: 5994498.

HSL color Cylindrical-coordinate representation of color #02785B: hue angle of 165.25º 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 #02785B is Cyan = 0.98, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.53.

Color convert

RGB212091-
CMYK0.9800.240.53
HSL165.25º96.72%23.92%-
HSV(B)165.25º98.33%47.06%-
XYZ8.6314.212.18-
YUV81.41133.4171.36-

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.34%
BLUE value IS 91 (35.94% from 255) = 42.72%
R=0.94%
G=56.34%
B=42.72%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal2120910.9800.240.53165.2596.7223.92
Hex2785B6201835a56118
Octal21701331420306524514130
Binary1011110001011011110001001100011010110100101110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02785B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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