Html Css Color HEX #307C5E Amazon

📋 copy color: '#307C5E'

red 48 ◦ green 124 ◦ blue 94

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

Shades of Amazon #307C5E

Tints of Amazon #307C5E

RGB

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

 GREEN value IS 124 (48.83% from 255) = 46.62%

 BLUE value IS 94 (37.11% from 255) = 35.34%

R = 18.05%
G = 46.62%
B = 35.34%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.24

 K value IS 0.51

RGB Variations

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

Color information

#307C5E (or 0x307C5E) is known color: Amazon. HEX triplet: 30, 7C and 5E. RGB value is (48,124,94). Sum of RGB (Red+Green+Blue) = 48+124+94=266 (35% of max value = 765). Red value is 48 (19.14% from 255 or 18.05% from 266); Green value is 124 (48.83% from 255 or 46.62% from 266); Blue value is 94 (37.11% from 255 or 35.34% from 266); Max value from RGB is 124 - color contains mainly: green. Hex color #307C5E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #307C5E is #CF83A1. Grayscale: #616161. Windows color (decimal): -13599650 or 6192176. OLE color: 6192176.

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

Color convert

RGB 48 124 94 -
CMYK 0.61 0 0.24 0.51
HSL 156.32º 0.44% 0.34% -
HSV(B) 156.32º 0.61% 0.49% -
XYZ 10.45 15.85 13.1 -
YUV 97.86 125.82 92.44 -
System Red Green Blue C M Y K H S L
Decimal 48 124 94 0.61 0 0.24 0.51 156.32 0.44 0.34
Hex 30 7C 5E 3D 0 18 33 9C 2C 22
Octal 60 174 136 75 0 30 63 234 54 42
Binary 110000 1111100 1011110 111101 0 11000 110011 10011100 101100 100010

Color Harmonies of #307C5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307C5E

Black with #307C5E

Text Example


Text Example

White with #307C5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,124,94); }

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

background-color css

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

 a { background-color: rgb(48,124,94); }

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

border-color css

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

 span { border-color: rgb(48,124,94); }

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