Html Css Color HEX #30755A Amazon

📋 copy color: '#30755A'

red 48 ◦ green 117 ◦ blue 90

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

Shades of Amazon #30755A

Tints of Amazon #30755A

RGB

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

 GREEN value IS 117 (46.09% from 255) = 45.88%

 BLUE value IS 90 (35.55% from 255) = 35.29%

R = 18.82%
G = 45.88%
B = 35.29%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.23

 K value IS 0.54

RGB Variations

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

Color information

#30755A (or 0x30755A) is known color: Amazon. HEX triplet: 30, 75 and 5A. RGB value is (48,117,90). Sum of RGB (Red+Green+Blue) = 48+117+90=255 (33% of max value = 765). Red value is 48 (19.14% from 255 or 18.82% from 255); Green value is 117 (46.09% from 255 or 45.88% from 255); Blue value is 90 (35.55% from 255 or 35.29% from 255); Max value from RGB is 117 - color contains mainly: green. Hex color #30755A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30755A is #CF8AA5. Grayscale: #5D5D5D. Windows color (decimal): -13601446 or 5928240. OLE color: 5928240.

HSL color Cylindrical-coordinate representation of color #30755A: hue angle of 156.52º degrees, saturation: 0.42, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #30755A is Cyan = 0.59, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.54.

Color convert

RGB 48 117 90 -
CMYK 0.59 0 0.23 0.54
HSL 156.52º 0.42% 0.32% -
HSV(B) 156.52º 0.59% 0.46% -
XYZ 9.43 14.09 11.9 -
YUV 93.29 126.14 95.7 -
System Red Green Blue C M Y K H S L
Decimal 48 117 90 0.59 0 0.23 0.54 156.52 0.42 0.32
Hex 30 75 5A 3B 0 17 36 9D 2A 20
Octal 60 165 132 73 0 27 66 235 52 40
Binary 110000 1110101 1011010 111011 0 10111 110110 10011101 101010 100000

Color Harmonies of #30755A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30755A

Black with #30755A

Text Example


Text Example

White with #30755A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30755A; }

 p { color: rgb(48,117,90); }

 H1.HeaderClassName
 {
   color: #30755A;
 }
 .AnyTagClassName
 {
   color: #30755A;
 }
</style>

background-color css

<style>
 a { background-color: #30755A; }

 a { background-color: rgb(48,117,90); }

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

border-color css

<style>
 span { border-color: #30755A; }

 span { border-color: rgb(48,117,90); }

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