Html Css Color HEX #30795C Amazon

📋 copy color: '#30795C'

red 48 ◦ green 121 ◦ blue 92

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

Shades of Amazon #30795C

Tints of Amazon #30795C

RGB

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

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

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

R = 18.39%
G = 46.36%
B = 35.25%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.24

 K value IS 0.53

RGB Variations

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

Color information

#30795C (or 0x30795C) is known color: Amazon. HEX triplet: 30, 79 and 5C. RGB value is (48,121,92). Sum of RGB (Red+Green+Blue) = 48+121+92=261 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.39% from 261); Green value is 121 (47.66% from 255 or 46.36% from 261); Blue value is 92 (36.33% from 255 or 35.25% from 261); Max value from RGB is 121 - color contains mainly: green. Hex color #30795C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30795C is #CF86A3. Grayscale: #5F5F5F. Windows color (decimal): -13600420 or 6060336. OLE color: 6060336.

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

Color convert

RGB 48 121 92 -
CMYK 0.60 0 0.24 0.53
HSL 156.16º 0.43% 0.33% -
HSV(B) 156.16º 0.6% 0.47% -
XYZ 9.99 15.08 12.51 -
YUV 95.87 125.82 93.86 -
System Red Green Blue C M Y K H S L
Decimal 48 121 92 0.60 0 0.24 0.53 156.16 0.43 0.33
Hex 30 79 5C 3C 0 18 35 9C 2B 21
Octal 60 171 134 74 0 30 65 234 53 41
Binary 110000 1111001 1011100 111100 0 11000 110101 10011100 101011 100001

Color Harmonies of #30795C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30795C

Black with #30795C

Text Example


Text Example

White with #30795C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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