#017462

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

Shades of Tropical Rain Forest #017462

Tints of Tropical Rain Forest #017462

Color information

#017462 (or 0x017462) is unknown color: approx Tropical Rain Forest. HEX triplet: 01, 74 and 62. RGB value is (1,116,98). Sum of RGB (Red+Green+Blue) = 1+116+98=215 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.47% from 215); Green value is 116 (45.70% from 255 or 53.95% from 215); Blue value is 98 (38.67% from 255 or 45.58% from 215); Max value from RGB is 116 - color contains mainly: green. Hex color #017462 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #017462 is #FE8B9D. Grayscale: #4F4F4F. Windows color (decimal): -16681886 or 6452225. OLE color: 6452225.

HSL color Cylindrical-coordinate representation of color #017462: hue angle of 170.61º 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 #017462 is Cyan = 0.99, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.55.

Color convert

RGB111698-
CMYK0.9900.160.55
HSL170.61º98.29%22.94%-
HSV(B)170.61º99.14%45.49%-
XYZ8.4613.3813.69-
YUV79.56138.471.96-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.47%
GREEN value IS 116 (45.70% from 255) = 53.95%
BLUE value IS 98 (38.67% from 255) = 45.58%
R=0.47%
G=53.95%
B=45.58%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1116980.9900.160.55170.6198.2922.94
Hex174626301037ab6217
Octal11641421430206725314227
Binary111101001100010110001101000011011110101011110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #017462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #017462; }

 p { color: rgb(1,116,98); }

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

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

 a { background-color: rgb(1,116,98); }

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

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

 span { border-color: rgb(1,116,98); }

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