#01735B

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

Shades of Tropical Rain Forest #01735B

Tints of Tropical Rain Forest #01735B

Color information

#01735B (or 0x01735B) is unknown color: approx Tropical Rain Forest. HEX triplet: 01, 73 and 5B. RGB value is (1,115,91). Sum of RGB (Red+Green+Blue) = 1+115+91=207 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.48% from 207); Green value is 115 (45.31% from 255 or 55.56% from 207); Blue value is 91 (35.94% from 255 or 43.96% from 207); Max value from RGB is 115 - color contains mainly: green. Hex color #01735B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01735B is #FE8CA4. Grayscale: #4E4E4E. Windows color (decimal): -16682149 or 5993217. OLE color: 5993217.

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

Color convert

RGB111591-
CMYK0.9900.210.55
HSL167.37º98.28%22.75%-
HSV(B)167.37º99.13%45.1%-
XYZ8.0313.0211.99-
YUV78.18135.2372.95-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.48%
GREEN value IS 115 (45.31% from 255) = 55.56%
BLUE value IS 91 (35.94% from 255) = 43.96%
R=0.48%
G=55.56%
B=43.96%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1115910.9900.210.55167.3798.2822.75
Hex1735B6301537a76217
Octal11631331430256724714227
Binary111100111011011110001101010111011110100111110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01735B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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