Html Css Color HEX #01735F Tropical Rain Forest

📋 copy color: '#01735F'

red 1 ◦ green 115 ◦ blue 95

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

Shades of Tropical Rain Forest #01735F

Tints of Tropical Rain Forest #01735F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 45.02%

R = 0.47%
G = 54.5%
B = 45.02%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.17

 K value IS 0.55

RGB Variations

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

Color information

#01735F (or 0x01735F) is known color: Tropical Rain Forest. HEX triplet: 01, 73 and 5F. RGB value is (1,115,95). Sum of RGB (Red+Green+Blue) = 1+115+95=211 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.47% from 211); Green value is 115 (45.31% from 255 or 54.50% from 211); Blue value is 95 (37.5% from 255 or 45.02% from 211); Max value from RGB is 115 - color contains mainly: green. Hex color #01735F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01735F is #FE8CA0. Grayscale: #4E4E4E. Windows color (decimal): -16682145 or 6255361. OLE color: 6255361.

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

Color convert

RGB 1 115 95 -
CMYK 0.99 0 0.17 0.55
HSL 169.47º 0.98% 0.23% -
HSV(B) 169.47º 0.99% 0.45% -
XYZ 8.21 13.09 12.92 -
YUV 78.63 137.23 72.63 -
System Red Green Blue C M Y K H S L
Decimal 1 115 95 0.99 0 0.17 0.55 169.47 0.98 0.23
Hex 1 73 5F 63 0 11 37 A9 62 17
Octal 1 163 137 143 0 21 67 251 142 27
Binary 1 1110011 1011111 1100011 0 10001 110111 10101001 1100010 10111

Color Harmonies of #01735F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01735F

Black with #01735F

Text Example


Text Example

White with #01735F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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