Html Css Color HEX #02715D Tropical Rain Forest

📋 copy color: '#02715D'

red 2 ◦ green 113 ◦ blue 93

#02715D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tropical Rain Forest #02715D

Tints of Tropical Rain Forest #02715D

RGB

 RED value IS 2 (1.17% from 255) = 0.96%

 GREEN value IS 113 (44.53% from 255) = 54.33%

 BLUE value IS 93 (36.72% from 255) = 44.71%

R = 0.96%
G = 54.33%
B = 44.71%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.18

 K value IS 0.56

RGB Variations

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

Color information

#02715D (or 0x02715D) is known color: Tropical Rain Forest. HEX triplet: 02, 71 and 5D. RGB value is (2,113,93). Sum of RGB (Red+Green+Blue) = 2+113+93=208 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.96% from 208); Green value is 113 (44.53% from 255 or 54.33% from 208); Blue value is 93 (36.72% from 255 or 44.71% from 208); Max value from RGB is 113 - color contains mainly: green. Hex color #02715D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #02715D is #FD8EA2. Grayscale: #4D4D4D. Windows color (decimal): -16617123 or 6123778. OLE color: 6123778.

HSL color Cylindrical-coordinate representation of color #02715D: hue angle of 169.19º 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 #02715D is Cyan = 0.98, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.56.

Color convert

RGB 2 113 93 -
CMYK 0.98 0 0.18 0.56
HSL 169.19º 0.97% 0.23% -
HSV(B) 169.19º 0.98% 0.44% -
XYZ 7.91 12.61 12.37 -
YUV 77.53 136.73 74.13 -
System Red Green Blue C M Y K H S L
Decimal 2 113 93 0.98 0 0.18 0.56 169.19 0.97 0.23
Hex 2 71 5D 62 0 12 38 A9 61 17
Octal 2 161 135 142 0 22 70 251 141 27
Binary 10 1110001 1011101 1100010 0 10010 111000 10101001 1100001 10111

Color Harmonies of #02715D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02715D

Black with #02715D

Text Example


Text Example

White with #02715D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #02715D;
 }
 .AnyTagClassName
 {
   color: #02715D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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