Html Css Color HEX #2F7051 Amazon

📋 copy color: '#2F7051'

red 47 ◦ green 112 ◦ blue 81

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

Shades of Amazon #2F7051

Tints of Amazon #2F7051

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 33.75%

R = 19.58%
G = 46.67%
B = 33.75%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.28

 K value IS 0.56

RGB Variations

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

Color information

#2F7051 (or 0x2F7051) is known color: Amazon. HEX triplet: 2F, 70 and 51. RGB value is (47,112,81). Sum of RGB (Red+Green+Blue) = 47+112+81=240 (31% of max value = 765). Red value is 47 (18.75% from 255 or 19.58% from 240); Green value is 112 (44.14% from 255 or 46.67% from 240); Blue value is 81 (32.03% from 255 or 33.75% from 240); Max value from RGB is 112 - color contains mainly: green. Hex color #2F7051 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F7051 is #D08FAE. Grayscale: #595959. Windows color (decimal): -13668271 or 5337135. OLE color: 5337135.

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

Color convert

RGB 47 112 81 -
CMYK 0.58 0 0.28 0.56
HSL 151.38º 0.41% 0.31% -
HSV(B) 151.38º 0.58% 0.44% -
XYZ 8.45 12.79 9.81 -
YUV 89.03 123.47 98.02 -
System Red Green Blue C M Y K H S L
Decimal 47 112 81 0.58 0 0.28 0.56 151.38 0.41 0.31
Hex 2F 70 51 3A 0 1C 38 97 29 1F
Octal 57 160 121 72 0 34 70 227 51 37
Binary 101111 1110000 1010001 111010 0 11100 111000 10010111 101001 11111

Color Harmonies of #2F7051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F7051

Black with #2F7051

Text Example


Text Example

White with #2F7051

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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