Html Css Color HEX #01785D Tropical Rain Forest

📋 copy color: '#01785D'

red 1 ◦ green 120 ◦ blue 93

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

Shades of Tropical Rain Forest #01785D

Tints of Tropical Rain Forest #01785D

RGB

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

 GREEN value IS 120 (47.27% from 255) = 56.07%

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

R = 0.47%
G = 56.07%
B = 43.46%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.22

 K value IS 0.53

RGB Variations

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

Color information

#01785D (or 0x01785D) is known color: Tropical Rain Forest. HEX triplet: 01, 78 and 5D. RGB value is (1,120,93). Sum of RGB (Red+Green+Blue) = 1+120+93=214 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.47% from 214); Green value is 120 (47.27% from 255 or 56.07% from 214); Blue value is 93 (36.72% from 255 or 43.46% from 214); Max value from RGB is 120 - color contains mainly: green. Hex color #01785D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01785D is #FE87A2. Grayscale: #515151. Windows color (decimal): -16680867 or 6125569. OLE color: 6125569.

HSL color Cylindrical-coordinate representation of color #01785D: hue angle of 166.39º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01785D is Cyan = 0.99, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.53.

Color convert

RGB 1 120 93 -
CMYK 0.99 0 0.22 0.53
HSL 166.39º 0.98% 0.24% -
HSV(B) 166.39º 0.99% 0.47% -
XYZ 8.7 14.23 12.64 -
YUV 81.34 134.58 70.7 -
System Red Green Blue C M Y K H S L
Decimal 1 120 93 0.99 0 0.22 0.53 166.39 0.98 0.24
Hex 1 78 5D 63 0 16 35 A6 62 18
Octal 1 170 135 143 0 26 65 246 142 30
Binary 1 1111000 1011101 1100011 0 10110 110101 10100110 1100010 11000

Color Harmonies of #01785D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01785D

Black with #01785D

Text Example


Text Example

White with #01785D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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