Html Css Color HEX #01745C Tropical Rain Forest

📋 copy color: '#01745C'

red 1 ◦ green 116 ◦ blue 92

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

Shades of Tropical Rain Forest #01745C

Tints of Tropical Rain Forest #01745C

RGB

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

 GREEN value IS 116 (45.7% from 255) = 55.5%

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

R = 0.48%
G = 55.5%
B = 44.02%

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

#01745C (or 0x01745C) is known color: Tropical Rain Forest. HEX triplet: 01, 74 and 5C. RGB value is (1,116,92). Sum of RGB (Red+Green+Blue) = 1+116+92=209 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.48% from 209); Green value is 116 (45.70% from 255 or 55.50% from 209); Blue value is 92 (36.33% from 255 or 44.02% from 209); Max value from RGB is 116 - color contains mainly: green. Hex color #01745C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01745C is #FE8BA3. Grayscale: #4E4E4E. Windows color (decimal): -16681892 or 6059009. OLE color: 6059009.

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

Color convert

RGB 1 116 92 -
CMYK 0.99 0 0.21 0.55
HSL 167.48º 0.98% 0.23% -
HSV(B) 167.48º 0.99% 0.45% -
XYZ 8.19 13.27 12.25 -
YUV 78.88 135.4 72.45 -
System Red Green Blue C M Y K H S L
Decimal 1 116 92 0.99 0 0.21 0.55 167.48 0.98 0.23
Hex 1 74 5C 63 0 15 37 A7 62 17
Octal 1 164 134 143 0 25 67 247 142 27
Binary 1 1110100 1011100 1100011 0 10101 110111 10100111 1100010 10111

Color Harmonies of #01745C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01745C

Black with #01745C

Text Example


Text Example

White with #01745C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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