Html Css Color HEX #30714B Amazon

📋 copy color: '#30714B'

red 48 ◦ green 113 ◦ blue 75

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

Shades of Amazon #30714B

Tints of Amazon #30714B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 31.78%

R = 20.34%
G = 47.88%
B = 31.78%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.34

 K value IS 0.56

RGB Variations

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

Color information

#30714B (or 0x30714B) is known color: Amazon. HEX triplet: 30, 71 and 4B. RGB value is (48,113,75). Sum of RGB (Red+Green+Blue) = 48+113+75=236 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20.34% from 236); Green value is 113 (44.53% from 255 or 47.88% from 236); Blue value is 75 (29.69% from 255 or 31.78% from 236); Max value from RGB is 113 - color contains mainly: green. Hex color #30714B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #30714B is #CF8EB4. Grayscale: #595959. Windows color (decimal): -13602485 or 4944176. OLE color: 4944176.

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

Color convert

RGB 48 113 75 -
CMYK 0.58 0 0.34 0.56
HSL 144.92º 0.4% 0.32% -
HSV(B) 144.92º 0.58% 0.44% -
XYZ 8.39 12.95 8.71 -
YUV 89.23 119.97 98.59 -
System Red Green Blue C M Y K H S L
Decimal 48 113 75 0.58 0 0.34 0.56 144.92 0.4 0.32
Hex 30 71 4B 3A 0 22 38 91 28 20
Octal 60 161 113 72 0 42 70 221 50 40
Binary 110000 1110001 1001011 111010 0 100010 111000 10010001 101000 100000

Color Harmonies of #30714B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30714B

Black with #30714B

Text Example


Text Example

White with #30714B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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