Html Css Color HEX #01755B Tropical Rain Forest

📋 copy color: '#01755B'

red 1 ◦ green 117 ◦ blue 91

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

Shades of Tropical Rain Forest #01755B

Tints of Tropical Rain Forest #01755B

RGB

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

 GREEN value IS 117 (46.09% from 255) = 55.98%

 BLUE value IS 91 (35.94% from 255) = 43.54%

R = 0.48%
G = 55.98%
B = 43.54%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.22

 K value IS 0.54

RGB Variations

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

Color information

#01755B (or 0x01755B) is known color: Tropical Rain Forest. HEX triplet: 01, 75 and 5B. RGB value is (1,117,91). Sum of RGB (Red+Green+Blue) = 1+117+91=209 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.48% from 209); Green value is 117 (46.09% from 255 or 55.98% from 209); Blue value is 91 (35.94% from 255 or 43.54% from 209); Max value from RGB is 117 - color contains mainly: green. Hex color #01755B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01755B is #FE8AA4. Grayscale: #4F4F4F. Windows color (decimal): -16681637 or 5993729. OLE color: 5993729.

HSL color Cylindrical-coordinate representation of color #01755B: hue angle of 166.55º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01755B is Cyan = 0.99, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.54.

Color convert

RGB 1 117 91 -
CMYK 0.99 0 0.22 0.54
HSL 166.55º 0.98% 0.23% -
HSV(B) 166.55º 0.99% 0.46% -
XYZ 8.26 13.48 12.06 -
YUV 79.35 134.57 72.11 -
System Red Green Blue C M Y K H S L
Decimal 1 117 91 0.99 0 0.22 0.54 166.55 0.98 0.23
Hex 1 75 5B 63 0 16 36 A7 62 17
Octal 1 165 133 143 0 26 66 247 142 27
Binary 1 1110101 1011011 1100011 0 10110 110110 10100111 1100010 10111

Color Harmonies of #01755B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01755B

Black with #01755B

Text Example


Text Example

White with #01755B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #01755B;
 }
 .AnyTagClassName
 {
   color: #01755B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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