Html Css Color HEX #307A48 Amazon

📋 copy color: '#307A48'

red 48 ◦ green 122 ◦ blue 72

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

Shades of Amazon #307A48

Tints of Amazon #307A48

RGB

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

 GREEN value IS 122 (48.05% from 255) = 50.41%

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

R = 19.83%
G = 50.41%
B = 29.75%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.41

 K value IS 0.52

RGB Variations

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

Color information

#307A48 (or 0x307A48) is known color: Amazon. HEX triplet: 30, 7A and 48. RGB value is (48,122,72). Sum of RGB (Red+Green+Blue) = 48+122+72=242 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.83% from 242); Green value is 122 (48.05% from 255 or 50.41% from 242); Blue value is 72 (28.52% from 255 or 29.75% from 242); Max value from RGB is 122 - color contains mainly: green. Hex color #307A48 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #307A48 is #CF85B7. Grayscale: #5E5E5E. Windows color (decimal): -13600184 or 4749872. OLE color: 4749872.

HSL color Cylindrical-coordinate representation of color #307A48: hue angle of 139.46º degrees, saturation: 0.44, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #307A48 is Cyan = 0.61, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.52.

Color convert

RGB 48 122 72 -
CMYK 0.61 0 0.41 0.52
HSL 139.46º 0.44% 0.33% -
HSV(B) 139.46º 0.61% 0.48% -
XYZ 9.35 15.02 8.54 -
YUV 94.17 115.48 95.07 -
System Red Green Blue C M Y K H S L
Decimal 48 122 72 0.61 0 0.41 0.52 139.46 0.44 0.33
Hex 30 7A 48 3D 0 29 34 8B 2C 21
Octal 60 172 110 75 0 51 64 213 54 41
Binary 110000 1111010 1001000 111101 0 101001 110100 10001011 101100 100001

Color Harmonies of #307A48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307A48

Black with #307A48

Text Example


Text Example

White with #307A48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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