Html Css Color HEX #02765A Tropical Rain Forest

📋 copy color: '#02765A'

red 2 ◦ green 118 ◦ blue 90

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

Shades of Tropical Rain Forest #02765A

Tints of Tropical Rain Forest #02765A

RGB

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

 GREEN value IS 118 (46.48% from 255) = 56.19%

 BLUE value IS 90 (35.55% from 255) = 42.86%

R = 0.95%
G = 56.19%
B = 42.86%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.24

 K value IS 0.54

RGB Variations

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

Color information

#02765A (or 0x02765A) is known color: Tropical Rain Forest. HEX triplet: 02, 76 and 5A. RGB value is (2,118,90). Sum of RGB (Red+Green+Blue) = 2+118+90=210 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.95% from 210); Green value is 118 (46.48% from 255 or 56.19% from 210); Blue value is 90 (35.55% from 255 or 42.86% from 210); Max value from RGB is 118 - color contains mainly: green. Hex color #02765A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #02765A is #FD89A5. Grayscale: #505050. Windows color (decimal): -16615846 or 5928450. OLE color: 5928450.

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

Color convert

RGB 2 118 90 -
CMYK 0.98 0 0.24 0.54
HSL 165.52º 0.97% 0.24% -
HSV(B) 165.52º 0.98% 0.46% -
XYZ 8.35 13.71 11.88 -
YUV 80.12 133.57 72.28 -
System Red Green Blue C M Y K H S L
Decimal 2 118 90 0.98 0 0.24 0.54 165.52 0.97 0.24
Hex 2 76 5A 62 0 18 36 A6 61 18
Octal 2 166 132 142 0 30 66 246 141 30
Binary 10 1110110 1011010 1100010 0 11000 110110 10100110 1100001 11000

Color Harmonies of #02765A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02765A

Black with #02765A

Text Example


Text Example

White with #02765A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #02765A;
 }
 .AnyTagClassName
 {
   color: #02765A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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