Html Css Color HEX #30795E Amazon

📋 copy color: '#30795E'

red 48 ◦ green 121 ◦ blue 94

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

Shades of Amazon #30795E

Tints of Amazon #30795E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 35.74%

R = 18.25%
G = 46.01%
B = 35.74%

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

#30795E (or 0x30795E) is known color: Amazon. HEX triplet: 30, 79 and 5E. RGB value is (48,121,94). Sum of RGB (Red+Green+Blue) = 48+121+94=263 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.25% from 263); Green value is 121 (47.66% from 255 or 46.01% from 263); Blue value is 94 (37.11% from 255 or 35.74% from 263); Max value from RGB is 121 - color contains mainly: green. Hex color #30795E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30795E is #CF86A1. Grayscale: #606060. Windows color (decimal): -13600418 or 6191408. OLE color: 6191408.

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

Color convert

RGB 48 121 94 -
CMYK 0.60 0 0.22 0.53
HSL 157.81º 0.43% 0.33% -
HSV(B) 157.81º 0.6% 0.47% -
XYZ 10.08 15.11 12.98 -
YUV 96.1 126.82 93.7 -
System Red Green Blue C M Y K H S L
Decimal 48 121 94 0.60 0 0.22 0.53 157.81 0.43 0.33
Hex 30 79 5E 3C 0 16 35 9E 2B 21
Octal 60 171 136 74 0 26 65 236 53 41
Binary 110000 1111001 1011110 111100 0 10110 110101 10011110 101011 100001

Color Harmonies of #30795E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30795E

Black with #30795E

Text Example


Text Example

White with #30795E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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