Html Css Color HEX #307C48 Amazon

📋 copy color: '#307C48'

red 48 ◦ green 124 ◦ blue 72

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

Shades of Amazon #307C48

Tints of Amazon #307C48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 29.51%

R = 19.67%
G = 50.82%
B = 29.51%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.42

 K value IS 0.51

RGB Variations

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

Color information

#307C48 (or 0x307C48) is known color: Amazon. HEX triplet: 30, 7C and 48. RGB value is (48,124,72). Sum of RGB (Red+Green+Blue) = 48+124+72=244 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.67% from 244); Green value is 124 (48.83% from 255 or 50.82% from 244); Blue value is 72 (28.52% from 255 or 29.51% from 244); Max value from RGB is 124 - color contains mainly: green. Hex color #307C48 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #307C48 is #CF83B7. Grayscale: #5F5F5F. Windows color (decimal): -13599672 or 4750384. OLE color: 4750384.

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

Color convert

RGB 48 124 72 -
CMYK 0.61 0 0.42 0.51
HSL 138.95º 0.44% 0.34% -
HSV(B) 138.95º 0.61% 0.49% -
XYZ 9.6 15.51 8.62 -
YUV 95.35 114.82 94.23 -
System Red Green Blue C M Y K H S L
Decimal 48 124 72 0.61 0 0.42 0.51 138.95 0.44 0.34
Hex 30 7C 48 3D 0 2A 33 8B 2C 22
Octal 60 174 110 75 0 52 63 213 54 42
Binary 110000 1111100 1001000 111101 0 101010 110011 10001011 101100 100010

Color Harmonies of #307C48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307C48

Black with #307C48

Text Example


Text Example

White with #307C48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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