Html Css Color HEX #01735B Tropical Rain Forest

📋 copy color: '#01735B'

red 1 ◦ green 115 ◦ blue 91

#01735B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tropical Rain Forest #01735B

Tints of Tropical Rain Forest #01735B

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 value IS 0.99

 M value IS 0

 Y value IS 0.21

 K value IS 0.55

RGB Variations

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

Color information

#01735B (or 0x01735B) is known color: 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

RGB 1 115 91 -
CMYK 0.99 0 0.21 0.55
HSL 167.37º 0.98% 0.23% -
HSV(B) 167.37º 0.99% 0.45% -
XYZ 8.03 13.02 11.99 -
YUV 78.18 135.23 72.95 -
System Red Green Blue C M Y K H S L
Decimal 1 115 91 0.99 0 0.21 0.55 167.37 0.98 0.23
Hex 1 73 5B 63 0 15 37 A7 62 17
Octal 1 163 133 143 0 25 67 247 142 27
Binary 1 1110011 1011011 1100011 0 10101 110111 10100111 1100010 10111

Color Harmonies of #01735B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01735B

Black with #01735B

Text Example


Text Example

White with #01735B

Text Example


Text Example

HTML Codes & Css Web 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>