Html Css Color HEX #30754F Amazon

📋 copy color: '#30754F'

red 48 ◦ green 117 ◦ blue 79

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

Shades of Amazon #30754F

Tints of Amazon #30754F

RGB

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

 GREEN value IS 117 (46.09% from 255) = 47.95%

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

R = 19.67%
G = 47.95%
B = 32.38%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.32

 K value IS 0.54

RGB Variations

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

Color information

#30754F (or 0x30754F) is known color: Amazon. HEX triplet: 30, 75 and 4F. RGB value is (48,117,79). Sum of RGB (Red+Green+Blue) = 48+117+79=244 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.67% from 244); Green value is 117 (46.09% from 255 or 47.95% from 244); Blue value is 79 (31.25% from 255 or 32.38% from 244); Max value from RGB is 117 - color contains mainly: green. Hex color #30754F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30754F is #CF8AB0. Grayscale: #5C5C5C. Windows color (decimal): -13601457 or 5207344. OLE color: 5207344.

HSL color Cylindrical-coordinate representation of color #30754F: hue angle of 146.96º degrees, saturation: 0.42, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #30754F is Cyan = 0.59, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.54.

Color convert

RGB 48 117 79 -
CMYK 0.59 0 0.32 0.54
HSL 146.96º 0.42% 0.32% -
HSV(B) 146.96º 0.59% 0.46% -
XYZ 8.99 13.92 9.61 -
YUV 92.04 120.64 96.59 -
System Red Green Blue C M Y K H S L
Decimal 48 117 79 0.59 0 0.32 0.54 146.96 0.42 0.32
Hex 30 75 4F 3B 0 20 36 93 2A 20
Octal 60 165 117 73 0 40 66 223 52 40
Binary 110000 1110101 1001111 111011 0 100000 110110 10010011 101010 100000

Color Harmonies of #30754F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30754F

Black with #30754F

Text Example


Text Example

White with #30754F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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