Html Css Color HEX #017256 Tropical Rain Forest

📋 copy color: '#017256'

red 1 ◦ green 114 ◦ blue 86

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

Shades of Tropical Rain Forest #017256

Tints of Tropical Rain Forest #017256

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 42.79%

R = 0.5%
G = 56.72%
B = 42.79%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.25

 K value IS 0.55

RGB Variations

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

Color information

#017256 (or 0x017256) is known color: Tropical Rain Forest. HEX triplet: 01, 72 and 56. RGB value is (1,114,86). Sum of RGB (Red+Green+Blue) = 1+114+86=201 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.50% from 201); Green value is 114 (44.92% from 255 or 56.72% from 201); Blue value is 86 (33.98% from 255 or 42.79% from 201); Max value from RGB is 114 - color contains mainly: green. Hex color #017256 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #017256 is #FE8DA9. Grayscale: #4D4D4D. Windows color (decimal): -16682410 or 5665281. OLE color: 5665281.

HSL color Cylindrical-coordinate representation of color #017256: hue angle of 165.13º 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 #017256 is Cyan = 0.99, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.55.

Color convert

RGB 1 114 86 -
CMYK 0.99 0 0.25 0.55
HSL 165.13º 0.98% 0.23% -
HSV(B) 165.13º 0.99% 0.45% -
XYZ 7.71 12.71 10.85 -
YUV 77.02 133.06 73.78 -
System Red Green Blue C M Y K H S L
Decimal 1 114 86 0.99 0 0.25 0.55 165.13 0.98 0.23
Hex 1 72 56 63 0 19 37 A5 62 17
Octal 1 162 126 143 0 31 67 245 142 27
Binary 1 1110010 1010110 1100011 0 11001 110111 10100101 1100010 10111

Color Harmonies of #017256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017256

Black with #017256

Text Example


Text Example

White with #017256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #017256; }

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

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

background-color css

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

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

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

border-color css

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

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

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