Html Css Color HEX #2F7254 Amazon

📋 copy color: '#2F7254'

red 47 ◦ green 114 ◦ blue 84

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

Shades of Amazon #2F7254

Tints of Amazon #2F7254

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 34.29%

R = 19.18%
G = 46.53%
B = 34.29%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.26

 K value IS 0.55

RGB Variations

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

Color information

#2F7254 (or 0x2F7254) is known color: Amazon. HEX triplet: 2F, 72 and 54. RGB value is (47,114,84). Sum of RGB (Red+Green+Blue) = 47+114+84=245 (32% of max value = 765). Red value is 47 (18.75% from 255 or 19.18% from 245); Green value is 114 (44.92% from 255 or 46.53% from 245); Blue value is 84 (33.20% from 255 or 34.29% from 245); Max value from RGB is 114 - color contains mainly: green. Hex color #2F7254 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F7254 is #D08DAB. Grayscale: #5A5A5A. Windows color (decimal): -13667756 or 5534255. OLE color: 5534255.

HSL color Cylindrical-coordinate representation of color #2F7254: hue angle of 153.13º degrees, saturation: 0.42, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #2F7254 is Cyan = 0.59, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.55.

Color convert

RGB 47 114 84 -
CMYK 0.59 0 0.26 0.55
HSL 153.13º 0.42% 0.32% -
HSV(B) 153.13º 0.59% 0.45% -
XYZ 8.79 13.28 10.49 -
YUV 90.55 124.3 96.94 -
System Red Green Blue C M Y K H S L
Decimal 47 114 84 0.59 0 0.26 0.55 153.13 0.42 0.32
Hex 2F 72 54 3B 0 1A 37 99 2A 20
Octal 57 162 124 73 0 32 67 231 52 40
Binary 101111 1110010 1010100 111011 0 11010 110111 10011001 101010 100000

Color Harmonies of #2F7254

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F7254

Black with #2F7254

Text Example


Text Example

White with #2F7254

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,114,84); }

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

background-color css

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

 a { background-color: rgb(47,114,84); }

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

border-color css

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

 span { border-color: rgb(47,114,84); }

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