Html Css Color HEX #30834D Amazon

📋 copy color: '#30834D'

red 48 ◦ green 131 ◦ blue 77

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

Shades of Amazon #30834D

Tints of Amazon #30834D

RGB

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

 GREEN value IS 131 (51.56% from 255) = 51.17%

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

R = 18.75%
G = 51.17%
B = 30.08%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.41

 K value IS 0.49

RGB Variations

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

Color information

#30834D (or 0x30834D) is known color: Amazon. HEX triplet: 30, 83 and 4D. RGB value is (48,131,77). Sum of RGB (Red+Green+Blue) = 48+131+77=256 (33% of max value = 765). Red value is 48 (19.14% from 255 or 18.75% from 256); Green value is 131 (51.56% from 255 or 51.17% from 256); Blue value is 77 (30.47% from 255 or 30.08% from 256); Max value from RGB is 131 - color contains mainly: green. Hex color #30834D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #30834D is #CF7CB2. Grayscale: #646464. Windows color (decimal): -13597875 or 5079856. OLE color: 5079856.

HSL color Cylindrical-coordinate representation of color #30834D: hue angle of 140.96º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #30834D is Cyan = 0.63, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.49.

Color convert

RGB 48 131 77 -
CMYK 0.63 0 0.41 0.49
HSL 140.96º 0.46% 0.35% -
HSV(B) 140.96º 0.63% 0.51% -
XYZ 10.67 17.4 9.82 -
YUV 100.03 115 90.89 -
System Red Green Blue C M Y K H S L
Decimal 48 131 77 0.63 0 0.41 0.49 140.96 0.46 0.35
Hex 30 83 4D 3F 0 29 31 8D 2E 23
Octal 60 203 115 77 0 51 61 215 56 43
Binary 110000 10000011 1001101 111111 0 101001 110001 10001101 101110 100011

Color Harmonies of #30834D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30834D

Black with #30834D

Text Example


Text Example

White with #30834D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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