Html Css Color HEX #01705C Tropical Rain Forest

📋 copy color: '#01705C'

red 1 ◦ green 112 ◦ blue 92

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

Shades of Tropical Rain Forest #01705C

Tints of Tropical Rain Forest #01705C

RGB

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

 GREEN value IS 112 (44.14% from 255) = 54.63%

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

R = 0.49%
G = 54.63%
B = 44.88%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.18

 K value IS 0.56

RGB Variations

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

Color information

#01705C (or 0x01705C) is known color: Tropical Rain Forest. HEX triplet: 01, 70 and 5C. RGB value is (1,112,92). Sum of RGB (Red+Green+Blue) = 1+112+92=205 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.49% from 205); Green value is 112 (44.14% from 255 or 54.63% from 205); Blue value is 92 (36.33% from 255 or 44.88% from 205); Max value from RGB is 112 - color contains mainly: green. Hex color #01705C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01705C is #FE8FA3. Grayscale: #4C4C4C. Windows color (decimal): -16682916 or 6057985. OLE color: 6057985.

HSL color Cylindrical-coordinate representation of color #01705C: hue angle of 169.19º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01705C is Cyan = 0.99, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.56.

Color convert

RGB 1 112 92 -
CMYK 0.99 0 0.18 0.56
HSL 169.19º 0.98% 0.22% -
HSV(B) 169.19º 0.99% 0.44% -
XYZ 7.74 12.37 12.1 -
YUV 76.53 136.73 74.13 -
System Red Green Blue C M Y K H S L
Decimal 1 112 92 0.99 0 0.18 0.56 169.19 0.98 0.22
Hex 1 70 5C 63 0 12 38 A9 62 16
Octal 1 160 134 143 0 22 70 251 142 26
Binary 1 1110000 1011100 1100011 0 10010 111000 10101001 1100010 10110

Color Harmonies of #01705C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01705C

Black with #01705C

Text Example


Text Example

White with #01705C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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