Html Css Color HEX #30824F Amazon

📋 copy color: '#30824F'

red 48 ◦ green 130 ◦ blue 79

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

Shades of Amazon #30824F

Tints of Amazon #30824F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 30.74%

R = 18.68%
G = 50.58%
B = 30.74%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.39

 K value IS 0.49

RGB Variations

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

Color information

#30824F (or 0x30824F) is known color: Amazon. HEX triplet: 30, 82 and 4F. RGB value is (48,130,79). Sum of RGB (Red+Green+Blue) = 48+130+79=257 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.68% from 257); Green value is 130 (51.17% from 255 or 50.58% from 257); Blue value is 79 (31.25% from 255 or 30.74% from 257); Max value from RGB is 130 - color contains mainly: green. Hex color #30824F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #30824F is #CF7DB0. Grayscale: #636363. Windows color (decimal): -13598129 or 5210672. OLE color: 5210672.

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

Color convert

RGB 48 130 79 -
CMYK 0.63 0 0.39 0.49
HSL 142.68º 0.46% 0.35% -
HSV(B) 142.68º 0.63% 0.51% -
XYZ 10.61 17.16 10.15 -
YUV 99.67 116.33 91.15 -
System Red Green Blue C M Y K H S L
Decimal 48 130 79 0.63 0 0.39 0.49 142.68 0.46 0.35
Hex 30 82 4F 3F 0 27 31 8F 2E 23
Octal 60 202 117 77 0 47 61 217 56 43
Binary 110000 10000010 1001111 111111 0 100111 110001 10001111 101110 100011

Color Harmonies of #30824F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30824F

Black with #30824F

Text Example


Text Example

White with #30824F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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