#01725E

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

Shades of Tropical Rain Forest #01725E

Tints of Tropical Rain Forest #01725E

Color information

#01725E (or 0x01725E) is unknown color: approx Tropical Rain Forest. HEX triplet: 01, 72 and 5E. RGB value is (1,114,94). Sum of RGB (Red+Green+Blue) = 1+114+94=209 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.48% from 209); Green value is 114 (44.92% from 255 or 54.55% from 209); Blue value is 94 (37.11% from 255 or 44.98% from 209); Max value from RGB is 114 - color contains mainly: green. Hex color #01725E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01725E is #FE8DA1. Grayscale: #4D4D4D. Windows color (decimal): -16682402 or 6189569. OLE color: 6189569.

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

Color convert

RGB111494-
CMYK0.9900.180.55
HSL169.38º98.26%22.55%-
HSV(B)169.38º99.12%44.71%-
XYZ8.0512.8512.65-
YUV77.93137.0673.13-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.48%
GREEN value IS 114 (44.92% from 255) = 54.55%
BLUE value IS 94 (37.11% from 255) = 44.98%
R=0.48%
G=54.55%
B=44.98%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1114940.9900.180.55169.3898.2622.55
Hex1725E6301237a96217
Octal11621361430226725114227
Binary111100101011110110001101001011011110101001110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01725E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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