Html Css Color HEX #01755F Tropical Rain Forest

📋 copy color: '#01755F'

red 1 ◦ green 117 ◦ blue 95

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

Shades of Tropical Rain Forest #01755F

Tints of Tropical Rain Forest #01755F

RGB

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

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

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

R = 0.47%
G = 54.93%
B = 44.6%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.19

 K value IS 0.54

RGB Variations

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

Color information

#01755F (or 0x01755F) is known color: Tropical Rain Forest. HEX triplet: 01, 75 and 5F. RGB value is (1,117,95). Sum of RGB (Red+Green+Blue) = 1+117+95=213 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.47% from 213); Green value is 117 (46.09% from 255 or 54.93% from 213); Blue value is 95 (37.5% from 255 or 44.60% from 213); Max value from RGB is 117 - color contains mainly: green. Hex color #01755F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01755F is #FE8AA0. Grayscale: #4F4F4F. Windows color (decimal): -16681633 or 6255873. OLE color: 6255873.

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

Color convert

RGB 1 117 95 -
CMYK 0.99 0 0.19 0.54
HSL 168.62º 0.98% 0.23% -
HSV(B) 168.62º 0.99% 0.46% -
XYZ 8.44 13.56 13 -
YUV 79.81 136.57 71.79 -
System Red Green Blue C M Y K H S L
Decimal 1 117 95 0.99 0 0.19 0.54 168.62 0.98 0.23
Hex 1 75 5F 63 0 13 36 A9 62 17
Octal 1 165 137 143 0 23 66 251 142 27
Binary 1 1110101 1011111 1100011 0 10011 110110 10101001 1100010 10111

Color Harmonies of #01755F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01755F

Black with #01755F

Text Example


Text Example

White with #01755F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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