Html Css Color HEX #30834C Amazon

📋 copy color: '#30834C'

red 48 ◦ green 131 ◦ blue 76

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

Shades of Amazon #30834C

Tints of Amazon #30834C

RGB

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

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

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

R = 18.82%
G = 51.37%
B = 29.8%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.42

 K value IS 0.49

RGB Variations

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

Color information

#30834C (or 0x30834C) is known color: Amazon. HEX triplet: 30, 83 and 4C. RGB value is (48,131,76). Sum of RGB (Red+Green+Blue) = 48+131+76=255 (33% of max value = 765). Red value is 48 (19.14% from 255 or 18.82% from 255); Green value is 131 (51.56% from 255 or 51.37% from 255); Blue value is 76 (30.08% from 255 or 29.80% from 255); Max value from RGB is 131 - color contains mainly: green. Hex color #30834C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #30834C is #CF7CB3. Grayscale: #646464. Windows color (decimal): -13597876 or 5014320. OLE color: 5014320.

HSL color Cylindrical-coordinate representation of color #30834C: hue angle of 140.24º 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 #30834C is Cyan = 0.63, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.49.

Color convert

RGB 48 131 76 -
CMYK 0.63 0 0.42 0.49
HSL 140.24º 0.46% 0.35% -
HSV(B) 140.24º 0.63% 0.51% -
XYZ 10.64 17.38 9.63 -
YUV 99.91 114.5 90.97 -
System Red Green Blue C M Y K H S L
Decimal 48 131 76 0.63 0 0.42 0.49 140.24 0.46 0.35
Hex 30 83 4C 3F 0 2A 31 8C 2E 23
Octal 60 203 114 77 0 52 61 214 56 43
Binary 110000 10000011 1001100 111111 0 101010 110001 10001100 101110 100011

Color Harmonies of #30834C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30834C

Black with #30834C

Text Example


Text Example

White with #30834C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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