Html Css Color HEX #30784D Amazon

📋 copy color: '#30784D'

red 48 ◦ green 120 ◦ blue 77

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

Shades of Amazon #30784D

Tints of Amazon #30784D

RGB

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

 GREEN value IS 120 (47.27% from 255) = 48.98%

 BLUE value IS 77 (30.47% from 255) = 31.43%

R = 19.59%
G = 48.98%
B = 31.43%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.36

 K value IS 0.53

RGB Variations

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

Color information

#30784D (or 0x30784D) is known color: Amazon. HEX triplet: 30, 78 and 4D. RGB value is (48,120,77). Sum of RGB (Red+Green+Blue) = 48+120+77=245 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.59% from 245); Green value is 120 (47.27% from 255 or 48.98% from 245); Blue value is 77 (30.47% from 255 or 31.43% from 245); Max value from RGB is 120 - color contains mainly: green. Hex color #30784D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30784D is #CF87B2. Grayscale: #5D5D5D. Windows color (decimal): -13600691 or 5077040. OLE color: 5077040.

HSL color Cylindrical-coordinate representation of color #30784D: hue angle of 144.17º degrees, saturation: 0.43, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #30784D is Cyan = 0.60, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.53.

Color convert

RGB 48 120 77 -
CMYK 0.60 0 0.36 0.53
HSL 144.17º 0.43% 0.33% -
HSV(B) 144.17º 0.6% 0.47% -
XYZ 9.27 14.6 9.35 -
YUV 93.57 118.65 95.5 -
System Red Green Blue C M Y K H S L
Decimal 48 120 77 0.60 0 0.36 0.53 144.17 0.43 0.33
Hex 30 78 4D 3C 0 24 35 90 2B 21
Octal 60 170 115 74 0 44 65 220 53 41
Binary 110000 1111000 1001101 111100 0 100100 110101 10010000 101011 100001

Color Harmonies of #30784D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30784D

Black with #30784D

Text Example


Text Example

White with #30784D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30784D; }

 p { color: rgb(48,120,77); }

 H1.HeaderClassName
 {
   color: #30784D;
 }
 .AnyTagClassName
 {
   color: #30784D;
 }
</style>

background-color css

<style>
 a { background-color: #30784D; }

 a { background-color: rgb(48,120,77); }

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

border-color css

<style>
 span { border-color: #30784D; }

 span { border-color: rgb(48,120,77); }

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