Html Css Color HEX #30714E Amazon

📋 copy color: '#30714E'

red 48 ◦ green 113 ◦ blue 78

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

Shades of Amazon #30714E

Tints of Amazon #30714E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 32.64%

R = 20.08%
G = 47.28%
B = 32.64%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.31

 K value IS 0.56

RGB Variations

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

Color information

#30714E (or 0x30714E) is known color: Amazon. HEX triplet: 30, 71 and 4E. RGB value is (48,113,78). Sum of RGB (Red+Green+Blue) = 48+113+78=239 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20.08% from 239); Green value is 113 (44.53% from 255 or 47.28% from 239); Blue value is 78 (30.86% from 255 or 32.64% from 239); Max value from RGB is 113 - color contains mainly: green. Hex color #30714E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30714E is #CF8EB1. Grayscale: #595959. Windows color (decimal): -13602482 or 5140784. OLE color: 5140784.

HSL color Cylindrical-coordinate representation of color #30714E: hue angle of 147.69º 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 #30714E is Cyan = 0.58, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.56.

Color convert

RGB 48 113 78 -
CMYK 0.58 0 0.31 0.56
HSL 147.69º 0.4% 0.32% -
HSV(B) 147.69º 0.58% 0.44% -
XYZ 8.5 12.99 9.27 -
YUV 89.58 121.47 98.35 -
System Red Green Blue C M Y K H S L
Decimal 48 113 78 0.58 0 0.31 0.56 147.69 0.4 0.32
Hex 30 71 4E 3A 0 1F 38 94 28 20
Octal 60 161 116 72 0 37 70 224 50 40
Binary 110000 1110001 1001110 111010 0 11111 111000 10010100 101000 100000

Color Harmonies of #30714E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30714E

Black with #30714E

Text Example


Text Example

White with #30714E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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