#01795B

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

Shades of Tropical Rain Forest #01795B

Tints of Tropical Rain Forest #01795B

Color information

#01795B (or 0x01795B) is unknown color: approx Tropical Rain Forest. HEX triplet: 01, 79 and 5B. RGB value is (1,121,91). Sum of RGB (Red+Green+Blue) = 1+121+91=213 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.47% from 213); Green value is 121 (47.66% from 255 or 56.81% from 213); Blue value is 91 (35.94% from 255 or 42.72% from 213); Max value from RGB is 121 - color contains mainly: green. Hex color #01795B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01795B is #FE86A4. Grayscale: #515151. Windows color (decimal): -16680613 or 5994753. OLE color: 5994753.

HSL color Cylindrical-coordinate representation of color #01795B: hue angle of 165º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01795B is Cyan = 0.99, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.53.

Color convert

RGB112191-
CMYK0.9900.250.53
HSL165º98.36%23.92%-
HSV(B)165º99.17%47.45%-
XYZ8.7414.4412.22-
YUV81.7133.2470.44-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.47%
GREEN value IS 121 (47.66% from 255) = 56.81%
BLUE value IS 91 (35.94% from 255) = 42.72%
R=0.47%
G=56.81%
B=42.72%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1121910.9900.250.5316598.3623.92
Hex1795B6301935a56218
Octal11711331430316524514230
Binary111110011011011110001101100111010110100101110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01795B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01795B; }

 p { color: rgb(1,121,91); }

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

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

 a { background-color: rgb(1,121,91); }

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

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

 span { border-color: rgb(1,121,91); }

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