Html Css Color HEX #30804C Amazon

📋 copy color: '#30804C'

red 48 ◦ green 128 ◦ blue 76

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

Shades of Amazon #30804C

Tints of Amazon #30804C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 30.16%

R = 19.05%
G = 50.79%
B = 30.16%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.41

 K value IS 0.50

RGB Variations

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

Color information

#30804C (or 0x30804C) is known color: Amazon. HEX triplet: 30, 80 and 4C. RGB value is (48,128,76). Sum of RGB (Red+Green+Blue) = 48+128+76=252 (33% of max value = 765). Red value is 48 (19.14% from 255 or 19.05% from 252); Green value is 128 (50.39% from 255 or 50.79% from 252); Blue value is 76 (30.08% from 255 or 30.16% from 252); Max value from RGB is 128 - color contains mainly: green. Hex color #30804C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #30804C is #CF7FB3. Grayscale: #626262. Windows color (decimal): -13598644 or 5013552. OLE color: 5013552.

HSL color Cylindrical-coordinate representation of color #30804C: hue angle of 141º 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 #30804C is Cyan = 0.62, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.50.

Color convert

RGB 48 128 76 -
CMYK 0.62 0 0.41 0.50
HSL 141º 0.45% 0.35% -
HSV(B) 141º 0.63% 0.5% -
XYZ 10.24 16.59 9.5 -
YUV 98.15 115.5 92.23 -
System Red Green Blue C M Y K H S L
Decimal 48 128 76 0.62 0 0.41 0.50 141 0.45 0.35
Hex 30 80 4C 3E 0 29 32 8D 2D 23
Octal 60 200 114 76 0 51 62 215 55 43
Binary 110000 10000000 1001100 111110 0 101001 110010 10001101 101101 100011

Color Harmonies of #30804C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30804C

Black with #30804C

Text Example


Text Example

White with #30804C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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