Html Css Color HEX #2F7054 Amazon

📋 copy color: '#2F7054'

red 47 ◦ green 112 ◦ blue 84

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

Shades of Amazon #2F7054

Tints of Amazon #2F7054

RGB

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

 GREEN value IS 112 (44.14% from 255) = 46.09%

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

R = 19.34%
G = 46.09%
B = 34.57%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.25

 K value IS 0.56

RGB Variations

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

Color information

#2F7054 (or 0x2F7054) is known color: Amazon. HEX triplet: 2F, 70 and 54. RGB value is (47,112,84). Sum of RGB (Red+Green+Blue) = 47+112+84=243 (32% of max value = 765). Red value is 47 (18.75% from 255 or 19.34% from 243); Green value is 112 (44.14% from 255 or 46.09% from 243); Blue value is 84 (33.20% from 255 or 34.57% from 243); Max value from RGB is 112 - color contains mainly: green. Hex color #2F7054 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F7054 is #D08FAB. Grayscale: #595959. Windows color (decimal): -13668268 or 5533743. OLE color: 5533743.

HSL color Cylindrical-coordinate representation of color #2F7054: hue angle of 154.15º degrees, saturation: 0.41, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #2F7054 is Cyan = 0.58, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.56.

Color convert

RGB 47 112 84 -
CMYK 0.58 0 0.25 0.56
HSL 154.15º 0.41% 0.31% -
HSV(B) 154.15º 0.58% 0.44% -
XYZ 8.57 12.83 10.41 -
YUV 89.37 124.97 97.78 -
System Red Green Blue C M Y K H S L
Decimal 47 112 84 0.58 0 0.25 0.56 154.15 0.41 0.31
Hex 2F 70 54 3A 0 19 38 9A 29 1F
Octal 57 160 124 72 0 31 70 232 51 37
Binary 101111 1110000 1010100 111010 0 11001 111000 10011010 101001 11111

Color Harmonies of #2F7054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F7054

Black with #2F7054

Text Example


Text Example

White with #2F7054

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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