Html Css Color HEX #02735C Tropical Rain Forest

📋 copy color: '#02735C'

red 2 ◦ green 115 ◦ blue 92

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

Shades of Tropical Rain Forest #02735C

Tints of Tropical Rain Forest #02735C

RGB

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

 GREEN value IS 115 (45.31% from 255) = 55.02%

 BLUE value IS 92 (36.33% from 255) = 44.02%

R = 0.96%
G = 55.02%
B = 44.02%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.20

 K value IS 0.55

RGB Variations

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

Color information

#02735C (or 0x02735C) is known color: Tropical Rain Forest. HEX triplet: 02, 73 and 5C. RGB value is (2,115,92). Sum of RGB (Red+Green+Blue) = 2+115+92=209 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.96% from 209); Green value is 115 (45.31% from 255 or 55.02% from 209); Blue value is 92 (36.33% from 255 or 44.02% from 209); Max value from RGB is 115 - color contains mainly: green. Hex color #02735C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #02735C is #FD8CA3. Grayscale: #4E4E4E. Windows color (decimal): -16616612 or 6058754. OLE color: 6058754.

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

Color convert

RGB 2 115 92 -
CMYK 0.98 0 0.20 0.55
HSL 167.79º 0.97% 0.23% -
HSV(B) 167.79º 0.98% 0.45% -
XYZ 8.09 13.05 12.22 -
YUV 78.59 135.56 73.37 -
System Red Green Blue C M Y K H S L
Decimal 2 115 92 0.98 0 0.20 0.55 167.79 0.97 0.23
Hex 2 73 5C 62 0 14 37 A8 61 17
Octal 2 163 134 142 0 24 67 250 141 27
Binary 10 1110011 1011100 1100010 0 10100 110111 10101000 1100001 10111

Color Harmonies of #02735C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02735C

Black with #02735C

Text Example


Text Example

White with #02735C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #02735C; }

 p { color: rgb(2,115,92); }

 H1.HeaderClassName
 {
   color: #02735C;
 }
 .AnyTagClassName
 {
   color: #02735C;
 }
</style>

background-color css

<style>
 a { background-color: #02735C; }

 a { background-color: rgb(2,115,92); }

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

border-color css

<style>
 span { border-color: #02735C; }

 span { border-color: rgb(2,115,92); }

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