#017256

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

Shades of Tropical Rain Forest #017256

Tints of Tropical Rain Forest #017256

Color information

#017256 (or 0x017256) is unknown color: approx Tropical Rain Forest. HEX triplet: 01, 72 and 56. RGB value is (1,114,86). Sum of RGB (Red+Green+Blue) = 1+114+86=201 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.50% from 201); Green value is 114 (44.92% from 255 or 56.72% from 201); Blue value is 86 (33.98% from 255 or 42.79% from 201); Max value from RGB is 114 - color contains mainly: green. Hex color #017256 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #017256 is #FE8DA9. Grayscale: #4D4D4D. Windows color (decimal): -16682410 or 5665281. OLE color: 5665281.

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

Color convert

RGB111486-
CMYK0.9900.250.55
HSL165.13º98.26%22.55%-
HSV(B)165.13º99.12%44.71%-
XYZ7.7112.7110.85-
YUV77.02133.0673.78-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.50%
GREEN value IS 114 (44.92% from 255) = 56.72%
BLUE value IS 86 (33.98% from 255) = 42.79%
R=0.50%
G=56.72%
B=42.79%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1114860.9900.250.55165.1398.2622.55
Hex172566301937a56217
Octal11621261430316724514227
Binary111100101010110110001101100111011110100101110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #017256

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #017256; }

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

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

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

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

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

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

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

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