Html Css Color HEX #01705F Tropical Rain Forest

📋 copy color: '#01705F'

red 1 ◦ green 112 ◦ blue 95

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

Shades of Tropical Rain Forest #01705F

Tints of Tropical Rain Forest #01705F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 45.67%

R = 0.48%
G = 53.85%
B = 45.67%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.15

 K value IS 0.56

RGB Variations

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

Color information

#01705F (or 0x01705F) is known color: Tropical Rain Forest. HEX triplet: 01, 70 and 5F. RGB value is (1,112,95). Sum of RGB (Red+Green+Blue) = 1+112+95=208 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.48% from 208); Green value is 112 (44.14% from 255 or 53.85% from 208); Blue value is 95 (37.5% from 255 or 45.67% from 208); Max value from RGB is 112 - color contains mainly: green. Hex color #01705F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01705F is #FE8FA0. Grayscale: #4C4C4C. Windows color (decimal): -16682913 or 6254593. OLE color: 6254593.

HSL color Cylindrical-coordinate representation of color #01705F: hue angle of 170.81º 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 #01705F is Cyan = 0.99, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.56.

Color convert

RGB 1 112 95 -
CMYK 0.99 0 0.15 0.56
HSL 170.81º 0.98% 0.22% -
HSV(B) 170.81º 0.99% 0.44% -
XYZ 7.87 12.42 12.81 -
YUV 76.87 138.23 73.88 -
System Red Green Blue C M Y K H S L
Decimal 1 112 95 0.99 0 0.15 0.56 170.81 0.98 0.22
Hex 1 70 5F 63 0 F 38 AB 62 16
Octal 1 160 137 143 0 17 70 253 142 26
Binary 1 1110000 1011111 1100011 0 1111 111000 10101011 1100010 10110

Color Harmonies of #01705F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01705F

Black with #01705F

Text Example


Text Example

White with #01705F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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