Html Css Color HEX #017261 Tropical Rain Forest

📋 copy color: '#017261'

red 1 ◦ green 114 ◦ blue 97

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

Shades of Tropical Rain Forest #017261

Tints of Tropical Rain Forest #017261

RGB

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

 GREEN value IS 114 (44.92% from 255) = 53.77%

 BLUE value IS 97 (38.28% from 255) = 45.75%

R = 0.47%
G = 53.77%
B = 45.75%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.15

 K value IS 0.55

RGB Variations

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

Color information

#017261 (or 0x017261) is known color: Tropical Rain Forest. HEX triplet: 01, 72 and 61. RGB value is (1,114,97). Sum of RGB (Red+Green+Blue) = 1+114+97=212 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.47% from 212); Green value is 114 (44.92% from 255 or 53.77% from 212); Blue value is 97 (38.28% from 255 or 45.75% from 212); Max value from RGB is 114 - color contains mainly: green. Hex color #017261 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #017261 is #FE8D9E. Grayscale: #4E4E4E. Windows color (decimal): -16682399 or 6386177. OLE color: 6386177.

HSL color Cylindrical-coordinate representation of color #017261: hue angle of 170.97º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #017261 is Cyan = 0.99, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.55.

Color convert

RGB 1 114 97 -
CMYK 0.99 0 0.15 0.55
HSL 170.97º 0.98% 0.23% -
HSV(B) 170.97º 0.99% 0.45% -
XYZ 8.19 12.9 13.37 -
YUV 78.28 138.56 72.88 -
System Red Green Blue C M Y K H S L
Decimal 1 114 97 0.99 0 0.15 0.55 170.97 0.98 0.23
Hex 1 72 61 63 0 F 37 AB 62 17
Octal 1 162 141 143 0 17 67 253 142 27
Binary 1 1110010 1100001 1100011 0 1111 110111 10101011 1100010 10111

Color Harmonies of #017261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017261

Black with #017261

Text Example


Text Example

White with #017261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #017261; }

 p { color: rgb(1,114,97); }

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

background-color css

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

 a { background-color: rgb(1,114,97); }

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

border-color css

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

 span { border-color: rgb(1,114,97); }

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