Html Css Color HEX #30745C Amazon

📋 copy color: '#30745C'

red 48 ◦ green 116 ◦ blue 92

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

Shades of Amazon #30745C

Tints of Amazon #30745C

RGB

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

 GREEN value IS 116 (45.7% from 255) = 45.31%

 BLUE value IS 92 (36.33% from 255) = 35.94%

R = 18.75%
G = 45.31%
B = 35.94%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.21

 K value IS 0.55

RGB Variations

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

Color information

#30745C (or 0x30745C) is known color: Amazon. HEX triplet: 30, 74 and 5C. RGB value is (48,116,92). Sum of RGB (Red+Green+Blue) = 48+116+92=256 (33% of max value = 765). Red value is 48 (19.14% from 255 or 18.75% from 256); Green value is 116 (45.70% from 255 or 45.31% from 256); Blue value is 92 (36.33% from 255 or 35.94% from 256); Max value from RGB is 116 - color contains mainly: green. Hex color #30745C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30745C is #CF8BA3. Grayscale: #5C5C5C. Windows color (decimal): -13601700 or 6059056. OLE color: 6059056.

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

Color convert

RGB 48 116 92 -
CMYK 0.59 0 0.21 0.55
HSL 158.82º 0.41% 0.32% -
HSV(B) 158.82º 0.59% 0.45% -
XYZ 9.4 13.89 12.31 -
YUV 92.93 127.47 95.95 -
System Red Green Blue C M Y K H S L
Decimal 48 116 92 0.59 0 0.21 0.55 158.82 0.41 0.32
Hex 30 74 5C 3B 0 15 37 9F 29 20
Octal 60 164 134 73 0 25 67 237 51 40
Binary 110000 1110100 1011100 111011 0 10101 110111 10011111 101001 100000

Color Harmonies of #30745C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30745C

Black with #30745C

Text Example


Text Example

White with #30745C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,116,92); }

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

background-color css

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

 a { background-color: rgb(48,116,92); }

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

border-color css

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

 span { border-color: rgb(48,116,92); }

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