#01715A

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

Shades of Tropical Rain Forest #01715A

Tints of Tropical Rain Forest #01715A

Color information

#01715A (or 0x01715A) is unknown color: approx Tropical Rain Forest. HEX triplet: 01, 71 and 5A. RGB value is (1,113,90). Sum of RGB (Red+Green+Blue) = 1+113+90=204 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.49% from 204); Green value is 113 (44.53% from 255 or 55.39% from 204); Blue value is 90 (35.55% from 255 or 44.12% from 204); Max value from RGB is 113 - color contains mainly: green. Hex color #01715A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01715A is #FE8EA5. Grayscale: #4C4C4C. Windows color (decimal): -16682662 or 5927169. OLE color: 5927169.

HSL color Cylindrical-coordinate representation of color #01715A: hue angle of 167.68º 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 #01715A is Cyan = 0.99, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.56.

Color convert

RGB111390-
CMYK0.9900.200.56
HSL167.68º98.25%22.35%-
HSV(B)167.68º99.12%44.31%-
XYZ7.7612.5511.69-
YUV76.89135.3973.87-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.49%
GREEN value IS 113 (44.53% from 255) = 55.39%
BLUE value IS 90 (35.55% from 255) = 44.12%
R=0.49%
G=55.39%
B=44.12%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1113900.9900.200.56167.6898.2522.35
Hex1715A6301438a86216
Octal11611321430247025014226
Binary111100011011010110001101010011100010101000110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01715A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01715A; }

 p { color: rgb(1,113,90); }

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

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

 a { background-color: rgb(1,113,90); }

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

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

 span { border-color: rgb(1,113,90); }

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