Html Css Color HEX #30795B Amazon

📋 copy color: '#30795B'

red 48 ◦ green 121 ◦ blue 91

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

Shades of Amazon #30795B

Tints of Amazon #30795B

RGB

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

 GREEN value IS 121 (47.66% from 255) = 46.54%

 BLUE value IS 91 (35.94% from 255) = 35%

R = 18.46%
G = 46.54%
B = 35%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.25

 K value IS 0.53

RGB Variations

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

Color information

#30795B (or 0x30795B) is known color: Amazon. HEX triplet: 30, 79 and 5B. RGB value is (48,121,91). Sum of RGB (Red+Green+Blue) = 48+121+91=260 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.46% from 260); Green value is 121 (47.66% from 255 or 46.54% from 260); Blue value is 91 (35.94% from 255 or 35% from 260); Max value from RGB is 121 - color contains mainly: green. Hex color #30795B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30795B is #CF86A4. Grayscale: #5F5F5F. Windows color (decimal): -13600421 or 5994800. OLE color: 5994800.

HSL color Cylindrical-coordinate representation of color #30795B: hue angle of 155.34º degrees, saturation: 0.43, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #30795B is Cyan = 0.60, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.53.

Color convert

RGB 48 121 91 -
CMYK 0.60 0 0.25 0.53
HSL 155.34º 0.43% 0.33% -
HSV(B) 155.34º 0.6% 0.47% -
XYZ 9.94 15.06 12.28 -
YUV 95.75 125.32 93.94 -
System Red Green Blue C M Y K H S L
Decimal 48 121 91 0.60 0 0.25 0.53 155.34 0.43 0.33
Hex 30 79 5B 3C 0 19 35 9B 2B 21
Octal 60 171 133 74 0 31 65 233 53 41
Binary 110000 1111001 1011011 111100 0 11001 110101 10011011 101011 100001

Color Harmonies of #30795B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30795B

Black with #30795B

Text Example


Text Example

White with #30795B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30795B; }

 p { color: rgb(48,121,91); }

 H1.HeaderClassName
 {
   color: #30795B;
 }
 .AnyTagClassName
 {
   color: #30795B;
 }
</style>

background-color css

<style>
 a { background-color: #30795B; }

 a { background-color: rgb(48,121,91); }

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

border-color css

<style>
 span { border-color: #30795B; }

 span { border-color: rgb(48,121,91); }

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