Html Css Color HEX #01735D Tropical Rain Forest

📋 copy color: '#01735D'

red 1 ◦ green 115 ◦ blue 93

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

Shades of Tropical Rain Forest #01735D

Tints of Tropical Rain Forest #01735D

RGB

 RED value IS 1 (0.78% from 255) = 0.48%

 GREEN value IS 115 (45.31% from 255) = 55.02%

 BLUE value IS 93 (36.72% from 255) = 44.5%

R = 0.48%
G = 55.02%
B = 44.5%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.19

 K value IS 0.55

RGB Variations

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

Color information

#01735D (or 0x01735D) is known color: Tropical Rain Forest. HEX triplet: 01, 73 and 5D. RGB value is (1,115,93). Sum of RGB (Red+Green+Blue) = 1+115+93=209 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.48% from 209); Green value is 115 (45.31% from 255 or 55.02% from 209); Blue value is 93 (36.72% from 255 or 44.50% from 209); Max value from RGB is 115 - color contains mainly: green. Hex color #01735D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01735D is #FE8CA2. Grayscale: #4E4E4E. Windows color (decimal): -16682147 or 6124289. OLE color: 6124289.

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

Color convert

RGB 1 115 93 -
CMYK 0.99 0 0.19 0.55
HSL 168.42º 0.98% 0.23% -
HSV(B) 168.42º 0.99% 0.45% -
XYZ 8.12 13.06 12.45 -
YUV 78.41 136.23 72.79 -
System Red Green Blue C M Y K H S L
Decimal 1 115 93 0.99 0 0.19 0.55 168.42 0.98 0.23
Hex 1 73 5D 63 0 13 37 A8 62 17
Octal 1 163 135 143 0 23 67 250 142 27
Binary 1 1110011 1011101 1100011 0 10011 110111 10101000 1100010 10111

Color Harmonies of #01735D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01735D

Black with #01735D

Text Example


Text Example

White with #01735D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #01735D;
 }
 .AnyTagClassName
 {
   color: #01735D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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