Html Css Color HEX #30804A Amazon

📋 copy color: '#30804A'

red 48 ◦ green 128 ◦ blue 74

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

Shades of Amazon #30804A

Tints of Amazon #30804A

RGB

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

 GREEN value IS 128 (50.39% from 255) = 51.2%

 BLUE value IS 74 (29.3% from 255) = 29.6%

R = 19.2%
G = 51.2%
B = 29.6%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.42

 K value IS 0.50

RGB Variations

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

Color information

#30804A (or 0x30804A) is known color: Amazon. HEX triplet: 30, 80 and 4A. RGB value is (48,128,74). Sum of RGB (Red+Green+Blue) = 48+128+74=250 (33% of max value = 765). Red value is 48 (19.14% from 255 or 19.2% from 250); Green value is 128 (50.39% from 255 or 51.2% from 250); Blue value is 74 (29.30% from 255 or 29.6% from 250); Max value from RGB is 128 - color contains mainly: green. Hex color #30804A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #30804A is #CF7FB5. Grayscale: #626262. Windows color (decimal): -13598646 or 4882480. OLE color: 4882480.

HSL color Cylindrical-coordinate representation of color #30804A: hue angle of 139.5º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #30804A is Cyan = 0.62, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.50.

Color convert

RGB 48 128 74 -
CMYK 0.62 0 0.42 0.50
HSL 139.5º 0.45% 0.35% -
HSV(B) 139.5º 0.63% 0.5% -
XYZ 10.17 16.56 9.14 -
YUV 97.92 114.5 92.39 -
System Red Green Blue C M Y K H S L
Decimal 48 128 74 0.62 0 0.42 0.50 139.5 0.45 0.35
Hex 30 80 4A 3E 0 2A 32 8C 2D 23
Octal 60 200 112 76 0 52 62 214 55 43
Binary 110000 10000000 1001010 111110 0 101010 110010 10001100 101101 100011

Color Harmonies of #30804A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30804A

Black with #30804A

Text Example


Text Example

White with #30804A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30804A; }

 p { color: rgb(48,128,74); }

 H1.HeaderClassName
 {
   color: #30804A;
 }
 .AnyTagClassName
 {
   color: #30804A;
 }
</style>

background-color css

<style>
 a { background-color: #30804A; }

 a { background-color: rgb(48,128,74); }

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

border-color css

<style>
 span { border-color: #30804A; }

 span { border-color: rgb(48,128,74); }

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