#017062

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

Shades of Tropical Rain Forest #017062

Tints of Tropical Rain Forest #017062

Color information

#017062 (or 0x017062) is unknown color: approx Tropical Rain Forest. HEX triplet: 01, 70 and 62. RGB value is (1,112,98). Sum of RGB (Red+Green+Blue) = 1+112+98=211 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.47% from 211); Green value is 112 (44.14% from 255 or 53.08% from 211); Blue value is 98 (38.67% from 255 or 46.45% from 211); Max value from RGB is 112 - color contains mainly: green. Hex color #017062 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #017062 is #FE8F9D. Grayscale: #4D4D4D. Windows color (decimal): -16682910 or 6451201. OLE color: 6451201.

HSL color Cylindrical-coordinate representation of color #017062: hue angle of 172.43º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #017062 is Cyan = 0.99, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.56.

Color convert

RGB111298-
CMYK0.9900.130.56
HSL172.43º98.23%22.16%-
HSV(B)172.43º99.11%43.92%-
XYZ8.0112.4813.54-
YUV77.22139.7373.64-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.47%
GREEN value IS 112 (44.14% from 255) = 53.08%
BLUE value IS 98 (38.67% from 255) = 46.45%
R=0.47%
G=53.08%
B=46.45%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1112980.9900.130.56172.4398.2322.16
Hex17062630D38ac6216
Octal11601421430157025414226
Binary11110000110001011000110110111100010101100110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #017062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #017062; }

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

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

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

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

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

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

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

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