Html Css Color HEX #30775D Amazon

📋 copy color: '#30775D'

red 48 ◦ green 119 ◦ blue 93

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

Shades of Amazon #30775D

Tints of Amazon #30775D

RGB

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

 GREEN value IS 119 (46.88% from 255) = 45.77%

 BLUE value IS 93 (36.72% from 255) = 35.77%

R = 18.46%
G = 45.77%
B = 35.77%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.22

 K value IS 0.53

RGB Variations

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

Color information

#30775D (or 0x30775D) is known color: Amazon. HEX triplet: 30, 77 and 5D. RGB value is (48,119,93). Sum of RGB (Red+Green+Blue) = 48+119+93=260 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.46% from 260); Green value is 119 (46.88% from 255 or 45.77% from 260); Blue value is 93 (36.72% from 255 or 35.77% from 260); Max value from RGB is 119 - color contains mainly: green. Hex color #30775D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30775D is #CF88A2. Grayscale: #5E5E5E. Windows color (decimal): -13600931 or 6125360. OLE color: 6125360.

HSL color Cylindrical-coordinate representation of color #30775D: hue angle of 158.03º 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 #30775D is Cyan = 0.60, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.53.

Color convert

RGB 48 119 93 -
CMYK 0.60 0 0.22 0.53
HSL 158.03º 0.43% 0.33% -
HSV(B) 158.03º 0.6% 0.47% -
XYZ 9.79 14.61 12.66 -
YUV 94.81 126.98 94.61 -
System Red Green Blue C M Y K H S L
Decimal 48 119 93 0.60 0 0.22 0.53 158.03 0.43 0.33
Hex 30 77 5D 3C 0 16 35 9E 2B 21
Octal 60 167 135 74 0 26 65 236 53 41
Binary 110000 1110111 1011101 111100 0 10110 110101 10011110 101011 100001

Color Harmonies of #30775D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30775D

Black with #30775D

Text Example


Text Example

White with #30775D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30775D; }

 p { color: rgb(48,119,93); }

 H1.HeaderClassName
 {
   color: #30775D;
 }
 .AnyTagClassName
 {
   color: #30775D;
 }
</style>

background-color css

<style>
 a { background-color: #30775D; }

 a { background-color: rgb(48,119,93); }

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

border-color css

<style>
 span { border-color: #30775D; }

 span { border-color: rgb(48,119,93); }

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