Html Css Color HEX #30714D Amazon

📋 copy color: '#30714D'

red 48 ◦ green 113 ◦ blue 77

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

Shades of Amazon #30714D

Tints of Amazon #30714D

RGB

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

 GREEN value IS 113 (44.53% from 255) = 47.48%

 BLUE value IS 77 (30.47% from 255) = 32.35%

R = 20.17%
G = 47.48%
B = 32.35%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.32

 K value IS 0.56

RGB Variations

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

Color information

#30714D (or 0x30714D) is known color: Amazon. HEX triplet: 30, 71 and 4D. RGB value is (48,113,77). Sum of RGB (Red+Green+Blue) = 48+113+77=238 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20.17% from 238); Green value is 113 (44.53% from 255 or 47.48% from 238); Blue value is 77 (30.47% from 255 or 32.35% from 238); Max value from RGB is 113 - color contains mainly: green. Hex color #30714D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30714D is #CF8EB2. Grayscale: #595959. Windows color (decimal): -13602483 or 5075248. OLE color: 5075248.

HSL color Cylindrical-coordinate representation of color #30714D: hue angle of 146.77º degrees, saturation: 0.4, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #30714D is Cyan = 0.58, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.56.

Color convert

RGB 48 113 77 -
CMYK 0.58 0 0.32 0.56
HSL 146.77º 0.4% 0.32% -
HSV(B) 146.77º 0.58% 0.44% -
XYZ 8.46 12.97 9.08 -
YUV 89.46 120.97 98.43 -
System Red Green Blue C M Y K H S L
Decimal 48 113 77 0.58 0 0.32 0.56 146.77 0.4 0.32
Hex 30 71 4D 3A 0 20 38 93 28 20
Octal 60 161 115 72 0 40 70 223 50 40
Binary 110000 1110001 1001101 111010 0 100000 111000 10010011 101000 100000

Color Harmonies of #30714D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30714D

Black with #30714D

Text Example


Text Example

White with #30714D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,113,77); }

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

background-color css

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

 a { background-color: rgb(48,113,77); }

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

border-color css

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

 span { border-color: rgb(48,113,77); }

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