Html Css Color HEX #30755C Amazon

📋 copy color: '#30755C'

red 48 ◦ green 117 ◦ blue 92

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

Shades of Amazon #30755C

Tints of Amazon #30755C

RGB

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

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

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

R = 18.68%
G = 45.53%
B = 35.8%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.21

 K value IS 0.54

RGB Variations

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

Color information

#30755C (or 0x30755C) is known color: Amazon. HEX triplet: 30, 75 and 5C. RGB value is (48,117,92). Sum of RGB (Red+Green+Blue) = 48+117+92=257 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.68% from 257); Green value is 117 (46.09% from 255 or 45.53% from 257); Blue value is 92 (36.33% from 255 or 35.80% from 257); Max value from RGB is 117 - color contains mainly: green. Hex color #30755C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30755C is #CF8AA3. Grayscale: #5D5D5D. Windows color (decimal): -13601444 or 6059312. OLE color: 6059312.

HSL color Cylindrical-coordinate representation of color #30755C: hue angle of 158.26º 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 #30755C is Cyan = 0.59, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.54.

Color convert

RGB 48 117 92 -
CMYK 0.59 0 0.21 0.54
HSL 158.26º 0.42% 0.32% -
HSV(B) 158.26º 0.59% 0.46% -
XYZ 9.51 14.12 12.35 -
YUV 93.52 127.14 95.53 -
System Red Green Blue C M Y K H S L
Decimal 48 117 92 0.59 0 0.21 0.54 158.26 0.42 0.32
Hex 30 75 5C 3B 0 15 36 9E 2A 20
Octal 60 165 134 73 0 25 66 236 52 40
Binary 110000 1110101 1011100 111011 0 10101 110110 10011110 101010 100000

Color Harmonies of #30755C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30755C

Black with #30755C

Text Example


Text Example

White with #30755C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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