Html Css Color HEX #30764A Amazon

📋 copy color: '#30764A'

red 48 ◦ green 118 ◦ blue 74

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

Shades of Amazon #30764A

Tints of Amazon #30764A

RGB

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

 GREEN value IS 118 (46.48% from 255) = 49.17%

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

R = 20%
G = 49.17%
B = 30.83%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.37

 K value IS 0.54

RGB Variations

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

Color information

#30764A (or 0x30764A) is known color: Amazon. HEX triplet: 30, 76 and 4A. RGB value is (48,118,74). Sum of RGB (Red+Green+Blue) = 48+118+74=240 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20% from 240); Green value is 118 (46.48% from 255 or 49.17% from 240); Blue value is 74 (29.30% from 255 or 30.83% from 240); Max value from RGB is 118 - color contains mainly: green. Hex color #30764A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #30764A is #CF89B5. Grayscale: #5C5C5C. Windows color (decimal): -13601206 or 4879920. OLE color: 4879920.

HSL color Cylindrical-coordinate representation of color #30764A: hue angle of 142.29º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #30764A is Cyan = 0.59, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.54.

Color convert

RGB 48 118 74 -
CMYK 0.59 0 0.37 0.54
HSL 142.29º 0.42% 0.33% -
HSV(B) 142.29º 0.59% 0.46% -
XYZ 8.93 14.08 8.73 -
YUV 92.05 117.81 96.58 -
System Red Green Blue C M Y K H S L
Decimal 48 118 74 0.59 0 0.37 0.54 142.29 0.42 0.33
Hex 30 76 4A 3B 0 25 36 8E 2A 21
Octal 60 166 112 73 0 45 66 216 52 41
Binary 110000 1110110 1001010 111011 0 100101 110110 10001110 101010 100001

Color Harmonies of #30764A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30764A

Black with #30764A

Text Example


Text Example

White with #30764A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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