#017C5D

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

Shades of Tropical Rain Forest #017C5D

Tints of Tropical Rain Forest #017C5D

Color information

#017C5D (or 0x017C5D) is unknown color: approx Tropical Rain Forest. HEX triplet: 01, 7C and 5D. RGB value is (1,124,93). Sum of RGB (Red+Green+Blue) = 1+124+93=218 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.46% from 218); Green value is 124 (48.83% from 255 or 56.88% from 218); Blue value is 93 (36.72% from 255 or 42.66% from 218); Max value from RGB is 124 - color contains mainly: green. Hex color #017C5D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #017C5D is #FE83A2. Grayscale: #535353. Windows color (decimal): -16679843 or 6126593. OLE color: 6126593.

HSL color Cylindrical-coordinate representation of color #017C5D: hue angle of 164.88º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #017C5D is Cyan = 0.99, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.51.

Color convert

RGB112493-
CMYK0.9900.250.51
HSL164.88º98.4%24.51%-
HSV(B)164.88º99.19%48.63%-
XYZ9.215.2112.81-
YUV83.69133.2569.02-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.46%
GREEN value IS 124 (48.83% from 255) = 56.88%
BLUE value IS 93 (36.72% from 255) = 42.66%
R=0.46%
G=56.88%
B=42.66%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1124930.9900.250.51164.8898.424.51
Hex17C5D6301933a56219
Octal11741351430316324514231
Binary111111001011101110001101100111001110100101110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #017C5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #017C5D; }

 p { color: rgb(1,124,93); }

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

<style>
 a { background-color: #017C5D; }

 a { background-color: rgb(1,124,93); }

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

<style>
 span { border-color: #017C5D; }

 span { border-color: rgb(1,124,93); }

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