Html Css Color HEX #307D5E Amazon

📋 copy color: '#307D5E'

red 48 ◦ green 125 ◦ blue 94

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

Shades of Amazon #307D5E

Tints of Amazon #307D5E

RGB

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

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

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

R = 17.98%
G = 46.82%
B = 35.21%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.25

 K value IS 0.51

RGB Variations

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

Color information

#307D5E (or 0x307D5E) is known color: Amazon. HEX triplet: 30, 7D and 5E. RGB value is (48,125,94). Sum of RGB (Red+Green+Blue) = 48+125+94=267 (35% of max value = 765). Red value is 48 (19.14% from 255 or 17.98% from 267); Green value is 125 (49.22% from 255 or 46.82% from 267); Blue value is 94 (37.11% from 255 or 35.21% from 267); Max value from RGB is 125 - color contains mainly: green. Hex color #307D5E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #307D5E is #CF82A1. Grayscale: #626262. Windows color (decimal): -13599394 or 6192432. OLE color: 6192432.

HSL color Cylindrical-coordinate representation of color #307D5E: hue angle of 155.84º 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 #307D5E is Cyan = 0.62, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.51.

Color convert

RGB 48 125 94 -
CMYK 0.62 0 0.25 0.51
HSL 155.84º 0.45% 0.34% -
HSV(B) 155.84º 0.62% 0.49% -
XYZ 10.57 16.1 13.14 -
YUV 98.44 125.49 92.02 -
System Red Green Blue C M Y K H S L
Decimal 48 125 94 0.62 0 0.25 0.51 155.84 0.45 0.34
Hex 30 7D 5E 3E 0 19 33 9C 2D 22
Octal 60 175 136 76 0 31 63 234 55 42
Binary 110000 1111101 1011110 111110 0 11001 110011 10011100 101101 100010

Color Harmonies of #307D5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307D5E

Black with #307D5E

Text Example


Text Example

White with #307D5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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