Html Css Color HEX #2F775C Amazon

📋 copy color: '#2F775C'

red 47 ◦ green 119 ◦ blue 92

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

Shades of Amazon #2F775C

Tints of Amazon #2F775C

RGB

 RED value IS 47 (18.75% from 255) = 18.22%

 GREEN value IS 119 (46.88% from 255) = 46.12%

 BLUE value IS 92 (36.33% from 255) = 35.66%

R = 18.22%
G = 46.12%
B = 35.66%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.23

 K value IS 0.53

RGB Variations

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

Color information

#2F775C (or 0x2F775C) is known color: Amazon. HEX triplet: 2F, 77 and 5C. RGB value is (47,119,92). Sum of RGB (Red+Green+Blue) = 47+119+92=258 (34% of max value = 765). Red value is 47 (18.75% from 255 or 18.22% from 258); Green value is 119 (46.88% from 255 or 46.12% from 258); Blue value is 92 (36.33% from 255 or 35.66% from 258); Max value from RGB is 119 - color contains mainly: green. Hex color #2F775C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F775C is #D088A3. Grayscale: #5E5E5E. Windows color (decimal): -13666468 or 6059823. OLE color: 6059823.

HSL color Cylindrical-coordinate representation of color #2F775C: hue angle of 157.5º degrees, saturation: 0.43, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #2F775C is Cyan = 0.61, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.53.

Color convert

RGB 47 119 92 -
CMYK 0.61 0 0.23 0.53
HSL 157.5º 0.43% 0.33% -
HSV(B) 157.5º 0.61% 0.47% -
XYZ 9.7 14.57 12.43 -
YUV 94.39 126.65 94.2 -
System Red Green Blue C M Y K H S L
Decimal 47 119 92 0.61 0 0.23 0.53 157.5 0.43 0.33
Hex 2F 77 5C 3D 0 17 35 9E 2B 21
Octal 57 167 134 75 0 27 65 236 53 41
Binary 101111 1110111 1011100 111101 0 10111 110101 10011110 101011 100001

Color Harmonies of #2F775C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F775C

Black with #2F775C

Text Example


Text Example

White with #2F775C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2F775C; }

 p { color: rgb(47,119,92); }

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

background-color css

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

 a { background-color: rgb(47,119,92); }

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

border-color css

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

 span { border-color: rgb(47,119,92); }

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