#00725E

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

Shades of Tropical Rain Forest #00725E

Tints of Tropical Rain Forest #00725E

Color information

#00725E (or 0x00725E) is unknown color: approx Tropical Rain Forest. HEX triplet: 00, 72 and 5E. RGB value is (0,114,94). Sum of RGB (Red+Green+Blue) = 0+114+94=208 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 208); Green value is 114 (44.92% from 255 or 54.81% from 208); Blue value is 94 (37.11% from 255 or 45.19% from 208); Max value from RGB is 114 - color contains mainly: green. Hex color #00725E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #00725E is #FF8DA1. Grayscale: #4D4D4D. Windows color (decimal): -16747938 or 6189568. OLE color: 6189568.

HSL color Cylindrical-coordinate representation of color #00725E: hue angle of 169.47º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00725E is Cyan = 1, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.55.

Color convert

RGB011494-
CMYK100.180.55
HSL169.47º100%22.35%-
HSV(B)169.47º100%44.71%-
XYZ8.0412.8412.64-
YUV77.63137.2372.63-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 114 (44.92% from 255) = 54.81%
BLUE value IS 94 (37.11% from 255) = 45.19%
R=0%
G=54.81%
B=45.19%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal011494100.180.55169.4710022.35
Hex0725E6401237a96416
Octal01621361440226725114426
Binary011100101011110110010001001011011110101001110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00725E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(0,114,94); }

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

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

 a { background-color: rgb(0,114,94); }

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

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

 span { border-color: rgb(0,114,94); }

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