Html Css Color HEX #01755C Tropical Rain Forest

📋 copy color: '#01755C'

red 1 ◦ green 117 ◦ blue 92

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

Shades of Tropical Rain Forest #01755C

Tints of Tropical Rain Forest #01755C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 43.81%

R = 0.48%
G = 55.71%
B = 43.81%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.21

 K value IS 0.54

RGB Variations

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

Color information

#01755C (or 0x01755C) is known color: Tropical Rain Forest. HEX triplet: 01, 75 and 5C. RGB value is (1,117,92). Sum of RGB (Red+Green+Blue) = 1+117+92=210 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.48% from 210); Green value is 117 (46.09% from 255 or 55.71% from 210); Blue value is 92 (36.33% from 255 or 43.81% from 210); Max value from RGB is 117 - color contains mainly: green. Hex color #01755C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01755C is #FE8AA3. Grayscale: #4F4F4F. Windows color (decimal): -16681636 or 6059265. OLE color: 6059265.

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

Color convert

RGB 1 117 92 -
CMYK 0.99 0 0.21 0.54
HSL 167.07º 0.98% 0.23% -
HSV(B) 167.07º 0.99% 0.46% -
XYZ 8.31 13.5 12.29 -
YUV 79.47 135.07 72.03 -
System Red Green Blue C M Y K H S L
Decimal 1 117 92 0.99 0 0.21 0.54 167.07 0.98 0.23
Hex 1 75 5C 63 0 15 36 A7 62 17
Octal 1 165 134 143 0 25 66 247 142 27
Binary 1 1110101 1011100 1100011 0 10101 110110 10100111 1100010 10111

Color Harmonies of #01755C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01755C

Black with #01755C

Text Example


Text Example

White with #01755C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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