Html Css Color HEX #307D54 Amazon

📋 copy color: '#307D54'

red 48 ◦ green 125 ◦ blue 84

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

Shades of Amazon #307D54

Tints of Amazon #307D54

RGB

 RED value IS 48 (19.14% from 255) = 18.68%

 GREEN value IS 125 (49.22% from 255) = 48.64%

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

R = 18.68%
G = 48.64%
B = 32.68%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.33

 K value IS 0.51

RGB Variations

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

Color information

#307D54 (or 0x307D54) is known color: Amazon. HEX triplet: 30, 7D and 54. RGB value is (48,125,84). Sum of RGB (Red+Green+Blue) = 48+125+84=257 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.68% from 257); Green value is 125 (49.22% from 255 or 48.64% from 257); Blue value is 84 (33.20% from 255 or 32.68% from 257); Max value from RGB is 125 - color contains mainly: green. Hex color #307D54 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #307D54 is #CF82AB. Grayscale: #616161. Windows color (decimal): -13599404 or 5537072. OLE color: 5537072.

HSL color Cylindrical-coordinate representation of color #307D54: hue angle of 148.05º degrees, saturation: 0.45, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #307D54 is Cyan = 0.62, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.51.

Color convert

RGB 48 125 84 -
CMYK 0.62 0 0.33 0.51
HSL 148.05º 0.45% 0.34% -
HSV(B) 148.05º 0.62% 0.49% -
XYZ 10.15 15.94 10.93 -
YUV 97.3 120.49 92.83 -
System Red Green Blue C M Y K H S L
Decimal 48 125 84 0.62 0 0.33 0.51 148.05 0.45 0.34
Hex 30 7D 54 3E 0 21 33 94 2D 22
Octal 60 175 124 76 0 41 63 224 55 42
Binary 110000 1111101 1010100 111110 0 100001 110011 10010100 101101 100010

Color Harmonies of #307D54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307D54

Black with #307D54

Text Example


Text Example

White with #307D54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #307D54; }

 p { color: rgb(48,125,84); }

 H1.HeaderClassName
 {
   color: #307D54;
 }
 .AnyTagClassName
 {
   color: #307D54;
 }
</style>

background-color css

<style>
 a { background-color: #307D54; }

 a { background-color: rgb(48,125,84); }

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

border-color css

<style>
 span { border-color: #307D54; }

 span { border-color: rgb(48,125,84); }

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