#017265

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

Shades of Tropical Rain Forest #017265

Tints of Tropical Rain Forest #017265

Color information

#017265 (or 0x017265) is unknown color: approx Tropical Rain Forest. HEX triplet: 01, 72 and 65. RGB value is (1,114,101). Sum of RGB (Red+Green+Blue) = 1+114+101=216 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.46% from 216); Green value is 114 (44.92% from 255 or 52.78% from 216); Blue value is 101 (39.84% from 255 or 46.76% from 216); Max value from RGB is 114 - color contains mainly: green. Hex color #017265 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #017265 is #FE8D9A. Grayscale: #4E4E4E. Windows color (decimal): -16682395 or 6648321. OLE color: 6648321.

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

Color convert

RGB1114101-
CMYK0.9900.110.55
HSL173.1º98.26%22.55%-
HSV(B)173.1º99.12%44.71%-
XYZ8.3812.9814.38-
YUV78.73140.5672.56-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.46%
GREEN value IS 114 (44.92% from 255) = 52.78%
BLUE value IS 101 (39.84% from 255) = 46.76%
R=0.46%
G=52.78%
B=46.76%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11141010.9900.110.55173.198.2622.55
Hex17265630B37ad6217
Octal11621451430136725514227
Binary11110010110010111000110101111011110101101110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #017265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #017265; }

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

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

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

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

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

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

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

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