Html Css Color HEX #017264 Tropical Rain Forest

📋 copy color: '#017264'

red 1 ◦ green 114 ◦ blue 100

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

Shades of Tropical Rain Forest #017264

Tints of Tropical Rain Forest #017264

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 46.51%

R = 0.47%
G = 53.02%
B = 46.51%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.12

 K value IS 0.55

RGB Variations

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

Color information

#017264 (or 0x017264) is known color: Tropical Rain Forest. HEX triplet: 01, 72 and 64. RGB value is (1,114,100). Sum of RGB (Red+Green+Blue) = 1+114+100=215 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.47% from 215); Green value is 114 (44.92% from 255 or 53.02% from 215); Blue value is 100 (39.45% from 255 or 46.51% from 215); Max value from RGB is 114 - color contains mainly: green. Hex color #017264 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #017264 is #FE8D9B. Grayscale: #4E4E4E. Windows color (decimal): -16682396 or 6582785. OLE color: 6582785.

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

Color convert

RGB 1 114 100 -
CMYK 0.99 0 0.12 0.55
HSL 172.57º 0.98% 0.23% -
HSV(B) 172.57º 0.99% 0.45% -
XYZ 8.33 12.96 14.12 -
YUV 78.62 140.06 72.64 -
System Red Green Blue C M Y K H S L
Decimal 1 114 100 0.99 0 0.12 0.55 172.57 0.98 0.23
Hex 1 72 64 63 0 C 37 AD 62 17
Octal 1 162 144 143 0 14 67 255 142 27
Binary 1 1110010 1100100 1100011 0 1100 110111 10101101 1100010 10111

Color Harmonies of #017264

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017264

Black with #017264

Text Example


Text Example

White with #017264

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #017264; }

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

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

background-color css

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

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

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

border-color css

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

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

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