Html Css Color HEX #30714F Amazon

📋 copy color: '#30714F'

red 48 ◦ green 113 ◦ blue 79

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

Shades of Amazon #30714F

Tints of Amazon #30714F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 32.92%

R = 20%
G = 47.08%
B = 32.92%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.30

 K value IS 0.56

RGB Variations

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

Color information

#30714F (or 0x30714F) is known color: Amazon. HEX triplet: 30, 71 and 4F. RGB value is (48,113,79). Sum of RGB (Red+Green+Blue) = 48+113+79=240 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20% from 240); Green value is 113 (44.53% from 255 or 47.08% from 240); Blue value is 79 (31.25% from 255 or 32.92% from 240); Max value from RGB is 113 - color contains mainly: green. Hex color #30714F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30714F is #CF8EB0. Grayscale: #595959. Windows color (decimal): -13602481 or 5206320. OLE color: 5206320.

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

Color convert

RGB 48 113 79 -
CMYK 0.58 0 0.30 0.56
HSL 148.62º 0.4% 0.32% -
HSV(B) 148.62º 0.58% 0.44% -
XYZ 8.54 13 9.46 -
YUV 89.69 121.97 98.26 -
System Red Green Blue C M Y K H S L
Decimal 48 113 79 0.58 0 0.30 0.56 148.62 0.4 0.32
Hex 30 71 4F 3A 0 1E 38 95 28 20
Octal 60 161 117 72 0 36 70 225 50 40
Binary 110000 1110001 1001111 111010 0 11110 111000 10010101 101000 100000

Color Harmonies of #30714F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30714F

Black with #30714F

Text Example


Text Example

White with #30714F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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