Html Css Color HEX #2F7053 Amazon

📋 copy color: '#2F7053'

red 47 ◦ green 112 ◦ blue 83

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

Shades of Amazon #2F7053

Tints of Amazon #2F7053

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 34.3%

R = 19.42%
G = 46.28%
B = 34.3%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.26

 K value IS 0.56

RGB Variations

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

Color information

#2F7053 (or 0x2F7053) is known color: Amazon. HEX triplet: 2F, 70 and 53. RGB value is (47,112,83). Sum of RGB (Red+Green+Blue) = 47+112+83=242 (32% of max value = 765). Red value is 47 (18.75% from 255 or 19.42% from 242); Green value is 112 (44.14% from 255 or 46.28% from 242); Blue value is 83 (32.81% from 255 or 34.30% from 242); Max value from RGB is 112 - color contains mainly: green. Hex color #2F7053 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F7053 is #D08FAC. Grayscale: #595959. Windows color (decimal): -13668269 or 5468207. OLE color: 5468207.

HSL color Cylindrical-coordinate representation of color #2F7053: hue angle of 153.23º 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 #2F7053 is Cyan = 0.58, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.56.

Color convert

RGB 47 112 83 -
CMYK 0.58 0 0.26 0.56
HSL 153.23º 0.41% 0.31% -
HSV(B) 153.23º 0.58% 0.44% -
XYZ 8.53 12.82 10.21 -
YUV 89.26 124.47 97.86 -
System Red Green Blue C M Y K H S L
Decimal 47 112 83 0.58 0 0.26 0.56 153.23 0.41 0.31
Hex 2F 70 53 3A 0 1A 38 99 29 1F
Octal 57 160 123 72 0 32 70 231 51 37
Binary 101111 1110000 1010011 111010 0 11010 111000 10011001 101001 11111

Color Harmonies of #2F7053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F7053

Black with #2F7053

Text Example


Text Example

White with #2F7053

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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