#02715A

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

Shades of Tropical Rain Forest #02715A

Tints of Tropical Rain Forest #02715A

Color information

#02715A (or 0x02715A) is unknown color: approx Tropical Rain Forest. HEX triplet: 02, 71 and 5A. RGB value is (2,113,90). Sum of RGB (Red+Green+Blue) = 2+113+90=205 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.98% from 205); Green value is 113 (44.53% from 255 or 55.12% from 205); Blue value is 90 (35.55% from 255 or 43.90% from 205); Max value from RGB is 113 - color contains mainly: green. Hex color #02715A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #02715A is #FD8EA5. Grayscale: #4D4D4D. Windows color (decimal): -16617126 or 5927170. OLE color: 5927170.

HSL color Cylindrical-coordinate representation of color #02715A: hue angle of 167.57º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02715A is Cyan = 0.98, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.56.

Color convert

RGB211390-
CMYK0.9800.200.56
HSL167.57º96.52%22.55%-
HSV(B)167.57º98.23%44.31%-
XYZ7.7812.5611.69-
YUV77.19135.2374.37-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.98%
GREEN value IS 113 (44.53% from 255) = 55.12%
BLUE value IS 90 (35.55% from 255) = 43.90%
R=0.98%
G=55.12%
B=43.90%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal2113900.9800.200.56167.5796.5222.55
Hex2715A6201438a86117
Octal21611321420247025014127
Binary1011100011011010110001001010011100010101000110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02715A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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