Html Css Color HEX #30784B Amazon

📋 copy color: '#30784B'

red 48 ◦ green 120 ◦ blue 75

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

Shades of Amazon #30784B

Tints of Amazon #30784B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 30.86%

R = 19.75%
G = 49.38%
B = 30.86%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.37

 K value IS 0.53

RGB Variations

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

Color information

#30784B (or 0x30784B) is known color: Amazon. HEX triplet: 30, 78 and 4B. RGB value is (48,120,75). Sum of RGB (Red+Green+Blue) = 48+120+75=243 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.75% from 243); Green value is 120 (47.27% from 255 or 49.38% from 243); Blue value is 75 (29.69% from 255 or 30.86% from 243); Max value from RGB is 120 - color contains mainly: green. Hex color #30784B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #30784B is #CF87B4. Grayscale: #5D5D5D. Windows color (decimal): -13600693 or 4945968. OLE color: 4945968.

HSL color Cylindrical-coordinate representation of color #30784B: hue angle of 142.5º 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 #30784B is Cyan = 0.60, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.53.

Color convert

RGB 48 120 75 -
CMYK 0.60 0 0.37 0.53
HSL 142.5º 0.43% 0.33% -
HSV(B) 142.5º 0.6% 0.47% -
XYZ 9.21 14.57 8.98 -
YUV 93.34 117.65 95.66 -
System Red Green Blue C M Y K H S L
Decimal 48 120 75 0.60 0 0.37 0.53 142.5 0.43 0.33
Hex 30 78 4B 3C 0 25 35 8E 2B 21
Octal 60 170 113 74 0 45 65 216 53 41
Binary 110000 1111000 1001011 111100 0 100101 110101 10001110 101011 100001

Color Harmonies of #30784B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30784B

Black with #30784B

Text Example


Text Example

White with #30784B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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