Html Css Color HEX #30824C Amazon

📋 copy color: '#30824C'

red 48 ◦ green 130 ◦ blue 76

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

Shades of Amazon #30824C

Tints of Amazon #30824C

RGB

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

 GREEN value IS 130 (51.17% from 255) = 51.18%

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

R = 18.9%
G = 51.18%
B = 29.92%

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

#30824C (or 0x30824C) is known color: Amazon. HEX triplet: 30, 82 and 4C. RGB value is (48,130,76). Sum of RGB (Red+Green+Blue) = 48+130+76=254 (33% of max value = 765). Red value is 48 (19.14% from 255 or 18.90% from 254); Green value is 130 (51.17% from 255 or 51.18% from 254); Blue value is 76 (30.08% from 255 or 29.92% from 254); Max value from RGB is 130 - color contains mainly: green. Hex color #30824C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #30824C is #CF7DB3. Grayscale: #636363. Windows color (decimal): -13598132 or 5014064. OLE color: 5014064.

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

Color convert

RGB 48 130 76 -
CMYK 0.63 0 0.42 0.49
HSL 140.49º 0.46% 0.35% -
HSV(B) 140.49º 0.63% 0.51% -
XYZ 10.51 17.12 9.59 -
YUV 99.33 114.83 91.39 -
System Red Green Blue C M Y K H S L
Decimal 48 130 76 0.63 0 0.42 0.49 140.49 0.46 0.35
Hex 30 82 4C 3F 0 2A 31 8C 2E 23
Octal 60 202 114 77 0 52 61 214 56 43
Binary 110000 10000010 1001100 111111 0 101010 110001 10001100 101110 100011

Color Harmonies of #30824C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30824C

Black with #30824C

Text Example


Text Example

White with #30824C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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