Html Css Color HEX #30724E Amazon

📋 copy color: '#30724E'

red 48 ◦ green 114 ◦ blue 78

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

Shades of Amazon #30724E

Tints of Amazon #30724E

RGB

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

 GREEN value IS 114 (44.92% from 255) = 47.5%

 BLUE value IS 78 (30.86% from 255) = 32.5%

R = 20%
G = 47.5%
B = 32.5%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.32

 K value IS 0.55

RGB Variations

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

Color information

#30724E (or 0x30724E) is known color: Amazon. HEX triplet: 30, 72 and 4E. RGB value is (48,114,78). Sum of RGB (Red+Green+Blue) = 48+114+78=240 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20% from 240); Green value is 114 (44.92% from 255 or 47.5% from 240); Blue value is 78 (30.86% from 255 or 32.5% from 240); Max value from RGB is 114 - color contains mainly: green. Hex color #30724E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30724E is #CF8DB1. Grayscale: #5A5A5A. Windows color (decimal): -13602226 or 5141040. OLE color: 5141040.

HSL color Cylindrical-coordinate representation of color #30724E: hue angle of 147.27º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #30724E is Cyan = 0.58, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.55.

Color convert

RGB 48 114 78 -
CMYK 0.58 0 0.32 0.55
HSL 147.27º 0.41% 0.32% -
HSV(B) 147.27º 0.58% 0.45% -
XYZ 8.61 13.21 9.3 -
YUV 90.16 121.13 97.93 -
System Red Green Blue C M Y K H S L
Decimal 48 114 78 0.58 0 0.32 0.55 147.27 0.41 0.32
Hex 30 72 4E 3A 0 20 37 93 29 20
Octal 60 162 116 72 0 40 67 223 51 40
Binary 110000 1110010 1001110 111010 0 100000 110111 10010011 101001 100000

Color Harmonies of #30724E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30724E

Black with #30724E

Text Example


Text Example

White with #30724E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30724E; }

 p { color: rgb(48,114,78); }

 H1.HeaderClassName
 {
   color: #30724E;
 }
 .AnyTagClassName
 {
   color: #30724E;
 }
</style>

background-color css

<style>
 a { background-color: #30724E; }

 a { background-color: rgb(48,114,78); }

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

border-color css

<style>
 span { border-color: #30724E; }

 span { border-color: rgb(48,114,78); }

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