#02725B

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

Shades of Tropical Rain Forest #02725B

Tints of Tropical Rain Forest #02725B

Color information

#02725B (or 0x02725B) is unknown color: approx Tropical Rain Forest. HEX triplet: 02, 72 and 5B. RGB value is (2,114,91). Sum of RGB (Red+Green+Blue) = 2+114+91=207 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.97% from 207); Green value is 114 (44.92% from 255 or 55.07% from 207); Blue value is 91 (35.94% from 255 or 43.96% from 207); Max value from RGB is 114 - color contains mainly: green. Hex color #02725B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #02725B is #FD8DA4. Grayscale: #4D4D4D. Windows color (decimal): -16616869 or 5992962. OLE color: 5992962.

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

Color convert

RGB211491-
CMYK0.9800.200.55
HSL167.68º96.55%22.75%-
HSV(B)167.68º98.25%44.71%-
XYZ7.9312.811.95-
YUV77.89135.3973.87-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.97%
GREEN value IS 114 (44.92% from 255) = 55.07%
BLUE value IS 91 (35.94% from 255) = 43.96%
R=0.97%
G=55.07%
B=43.96%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal2114910.9800.200.55167.6896.5522.75
Hex2725B6201437a86117
Octal21621331420246725014127
Binary1011100101011011110001001010011011110101000110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02725B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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