Html Css Color HEX #2F7853 Amazon

📋 copy color: '#2F7853'

red 47 ◦ green 120 ◦ blue 83

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

Shades of Amazon #2F7853

Tints of Amazon #2F7853

RGB

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

 GREEN value IS 120 (47.27% from 255) = 48%

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

R = 18.8%
G = 48%
B = 33.2%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.31

 K value IS 0.53

RGB Variations

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

Color information

#2F7853 (or 0x2F7853) is known color: Amazon. HEX triplet: 2F, 78 and 53. RGB value is (47,120,83). Sum of RGB (Red+Green+Blue) = 47+120+83=250 (33% of max value = 765). Red value is 47 (18.75% from 255 or 18.8% from 250); Green value is 120 (47.27% from 255 or 48% from 250); Blue value is 83 (32.81% from 255 or 33.2% from 250); Max value from RGB is 120 - color contains mainly: green. Hex color #2F7853 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F7853 is #D087AC. Grayscale: #5E5E5E. Windows color (decimal): -13666221 or 5470255. OLE color: 5470255.

HSL color Cylindrical-coordinate representation of color #2F7853: hue angle of 149.59º degrees, saturation: 0.44, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #2F7853 is Cyan = 0.61, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.53.

Color convert

RGB 47 120 83 -
CMYK 0.61 0 0.31 0.53
HSL 149.59º 0.44% 0.33% -
HSV(B) 149.59º 0.61% 0.47% -
XYZ 9.45 14.66 10.52 -
YUV 93.96 121.82 94.51 -
System Red Green Blue C M Y K H S L
Decimal 47 120 83 0.61 0 0.31 0.53 149.59 0.44 0.33
Hex 2F 78 53 3D 0 1F 35 96 2C 21
Octal 57 170 123 75 0 37 65 226 54 41
Binary 101111 1111000 1010011 111101 0 11111 110101 10010110 101100 100001

Color Harmonies of #2F7853

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F7853

Black with #2F7853

Text Example


Text Example

White with #2F7853

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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