Html Css Color HEX #307D57 Amazon

📋 copy color: '#307D57'

red 48 ◦ green 125 ◦ blue 87

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

Shades of Amazon #307D57

Tints of Amazon #307D57

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 33.46%

R = 18.46%
G = 48.08%
B = 33.46%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.30

 K value IS 0.51

RGB Variations

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

Color information

#307D57 (or 0x307D57) is known color: Amazon. HEX triplet: 30, 7D and 57. RGB value is (48,125,87). Sum of RGB (Red+Green+Blue) = 48+125+87=260 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.46% from 260); Green value is 125 (49.22% from 255 or 48.08% from 260); Blue value is 87 (34.38% from 255 or 33.46% from 260); Max value from RGB is 125 - color contains mainly: green. Hex color #307D57 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #307D57 is #CF82A8. Grayscale: #616161. Windows color (decimal): -13599401 or 5733680. OLE color: 5733680.

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

Color convert

RGB 48 125 87 -
CMYK 0.62 0 0.30 0.51
HSL 150.39º 0.45% 0.34% -
HSV(B) 150.39º 0.62% 0.49% -
XYZ 10.27 15.98 11.56 -
YUV 97.65 121.99 92.59 -
System Red Green Blue C M Y K H S L
Decimal 48 125 87 0.62 0 0.30 0.51 150.39 0.45 0.34
Hex 30 7D 57 3E 0 1E 33 96 2D 22
Octal 60 175 127 76 0 36 63 226 55 42
Binary 110000 1111101 1010111 111110 0 11110 110011 10010110 101101 100010

Color Harmonies of #307D57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307D57

Black with #307D57

Text Example


Text Example

White with #307D57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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