#02755B

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

Shades of Tropical Rain Forest #02755B

Tints of Tropical Rain Forest #02755B

Color information

#02755B (or 0x02755B) is unknown color: approx Tropical Rain Forest. HEX triplet: 02, 75 and 5B. RGB value is (2,117,91). Sum of RGB (Red+Green+Blue) = 2+117+91=210 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.95% from 210); Green value is 117 (46.09% from 255 or 55.71% from 210); Blue value is 91 (35.94% from 255 or 43.33% from 210); Max value from RGB is 117 - color contains mainly: green. Hex color #02755B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #02755B is #FD8AA4. Grayscale: #4F4F4F. Windows color (decimal): -16616101 or 5993730. OLE color: 5993730.

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

Color convert

RGB211791-
CMYK0.9800.220.54
HSL166.43º96.64%23.33%-
HSV(B)166.43º98.29%45.88%-
XYZ8.2713.4912.07-
YUV79.65134.472.61-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.95%
GREEN value IS 117 (46.09% from 255) = 55.71%
BLUE value IS 91 (35.94% from 255) = 43.33%
R=0.95%
G=55.71%
B=43.33%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal2117910.9800.220.54166.4396.6423.33
Hex2755B6201636a66117
Octal21651331420266624614127
Binary1011101011011011110001001011011011010100110110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02755B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02755B; }

 p { color: rgb(2,117,91); }

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

<style>
 a { background-color: #02755B; }

 a { background-color: rgb(2,117,91); }

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

<style>
 span { border-color: #02755B; }

 span { border-color: rgb(2,117,91); }

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