Html Css Color HEX #017F55 Tropical Rain Forest

📋 copy color: '#017F55'

red 1 ◦ green 127 ◦ blue 85

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

Shades of Tropical Rain Forest #017F55

Tints of Tropical Rain Forest #017F55

RGB

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

 GREEN value IS 127 (50% from 255) = 59.62%

 BLUE value IS 85 (33.59% from 255) = 39.91%

R = 0.47%
G = 59.62%
B = 39.91%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.33

 K value IS 0.50

RGB Variations

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

Color information

#017F55 (or 0x017F55) is known color: Tropical Rain Forest. HEX triplet: 01, 7F and 55. RGB value is (1,127,85). Sum of RGB (Red+Green+Blue) = 1+127+85=213 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.47% from 213); Green value is 127 (50% from 255 or 59.62% from 213); Blue value is 85 (33.59% from 255 or 39.91% from 213); Max value from RGB is 127 - color contains mainly: green. Hex color #017F55 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #017F55 is #FE80AA. Grayscale: #545454. Windows color (decimal): -16679083 or 5603073. OLE color: 5603073.

HSL color Cylindrical-coordinate representation of color #017F55: hue angle of 160º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #017F55 is Cyan = 0.99, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.50.

Color convert

RGB 1 127 85 -
CMYK 0.99 0 0.33 0.50
HSL 160º 0.98% 0.25% -
HSV(B) 160º 0.99% 0.5% -
XYZ 9.24 15.84 11.16 -
YUV 84.54 128.26 68.42 -
System Red Green Blue C M Y K H S L
Decimal 1 127 85 0.99 0 0.33 0.50 160 0.98 0.25
Hex 1 7F 55 63 0 21 32 A0 62 19
Octal 1 177 125 143 0 41 62 240 142 31
Binary 1 1111111 1010101 1100011 0 100001 110010 10100000 1100010 11001

Color Harmonies of #017F55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017F55

Black with #017F55

Text Example


Text Example

White with #017F55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #017F55; }

 p { color: rgb(1,127,85); }

 H1.HeaderClassName
 {
   color: #017F55;
 }
 .AnyTagClassName
 {
   color: #017F55;
 }
</style>

background-color css

<style>
 a { background-color: #017F55; }

 a { background-color: rgb(1,127,85); }

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

border-color css

<style>
 span { border-color: #017F55; }

 span { border-color: rgb(1,127,85); }

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