Html Css Color HEX #2F754B Amazon

📋 copy color: '#2F754B'

red 47 ◦ green 117 ◦ blue 75

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

Shades of Amazon #2F754B

Tints of Amazon #2F754B

RGB

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

 GREEN value IS 117 (46.09% from 255) = 48.95%

 BLUE value IS 75 (29.69% from 255) = 31.38%

R = 19.67%
G = 48.95%
B = 31.38%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.36

 K value IS 0.54

RGB Variations

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

Color information

#2F754B (or 0x2F754B) is known color: Amazon. HEX triplet: 2F, 75 and 4B. RGB value is (47,117,75). Sum of RGB (Red+Green+Blue) = 47+117+75=239 (31% of max value = 765). Red value is 47 (18.75% from 255 or 19.67% from 239); Green value is 117 (46.09% from 255 or 48.95% from 239); Blue value is 75 (29.69% from 255 or 31.38% from 239); Max value from RGB is 117 - color contains mainly: green. Hex color #2F754B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F754B is #D08AB4. Grayscale: #5B5B5B. Windows color (decimal): -13666997 or 4945199. OLE color: 4945199.

HSL color Cylindrical-coordinate representation of color #2F754B: hue angle of 144º degrees, saturation: 0.43, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2F754B is Cyan = 0.60, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.54.

Color convert

RGB 47 117 75 -
CMYK 0.60 0 0.36 0.54
HSL 144º 0.43% 0.32% -
HSV(B) 144º 0.6% 0.46% -
XYZ 8.8 13.83 8.86 -
YUV 91.28 118.81 96.42 -
System Red Green Blue C M Y K H S L
Decimal 47 117 75 0.60 0 0.36 0.54 144 0.43 0.32
Hex 2F 75 4B 3C 0 24 36 90 2B 20
Octal 57 165 113 74 0 44 66 220 53 40
Binary 101111 1110101 1001011 111100 0 100100 110110 10010000 101011 100000

Color Harmonies of #2F754B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F754B

Black with #2F754B

Text Example


Text Example

White with #2F754B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,117,75); }

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

background-color css

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

 a { background-color: rgb(47,117,75); }

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

border-color css

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

 span { border-color: rgb(47,117,75); }

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