#02745E

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

Shades of Tropical Rain Forest #02745E

Tints of Tropical Rain Forest #02745E

Color information

#02745E (or 0x02745E) is unknown color: approx Tropical Rain Forest. HEX triplet: 02, 74 and 5E. RGB value is (2,116,94). Sum of RGB (Red+Green+Blue) = 2+116+94=212 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.94% from 212); Green value is 116 (45.70% from 255 or 54.72% from 212); Blue value is 94 (37.11% from 255 or 44.34% from 212); Max value from RGB is 116 - color contains mainly: green. Hex color #02745E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #02745E is #FD8BA1. Grayscale: #4F4F4F. Windows color (decimal): -16616354 or 6190082. OLE color: 6190082.

HSL color Cylindrical-coordinate representation of color #02745E: hue angle of 168.42º 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 #02745E is Cyan = 0.98, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.55.

Color convert

RGB211694-
CMYK0.9800.190.55
HSL168.42º96.61%23.14%-
HSV(B)168.42º98.28%45.49%-
XYZ8.2913.3112.72-
YUV79.41136.2372.79-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.94%
GREEN value IS 116 (45.70% from 255) = 54.72%
BLUE value IS 94 (37.11% from 255) = 44.34%
R=0.94%
G=54.72%
B=44.34%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal2116940.9800.190.55168.4296.6123.14
Hex2745E6201337a86117
Octal21641361420236725014127
Binary1011101001011110110001001001111011110101000110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02745E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02745E; }

 p { color: rgb(2,116,94); }

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

<style>
 a { background-color: #02745E; }

 a { background-color: rgb(2,116,94); }

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

<style>
 span { border-color: #02745E; }

 span { border-color: rgb(2,116,94); }

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