Html Css Color HEX #30754B Amazon

📋 copy color: '#30754B'

red 48 ◦ green 117 ◦ blue 75

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

Shades of Amazon #30754B

Tints of Amazon #30754B

RGB

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

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

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

R = 20%
G = 48.75%
B = 31.25%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.36

 K value IS 0.54

RGB Variations

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

Color information

#30754B (or 0x30754B) is known color: Amazon. HEX triplet: 30, 75 and 4B. RGB value is (48,117,75). Sum of RGB (Red+Green+Blue) = 48+117+75=240 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20% from 240); Green value is 117 (46.09% from 255 or 48.75% from 240); Blue value is 75 (29.69% from 255 or 31.25% from 240); Max value from RGB is 117 - color contains mainly: green. Hex color #30754B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #30754B is #CF8AB4. Grayscale: #5B5B5B. Windows color (decimal): -13601461 or 4945200. OLE color: 4945200.

HSL color Cylindrical-coordinate representation of color #30754B: hue angle of 143.48º 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 #30754B is Cyan = 0.59, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.54.

Color convert

RGB 48 117 75 -
CMYK 0.59 0 0.36 0.54
HSL 143.48º 0.42% 0.32% -
HSV(B) 143.48º 0.59% 0.46% -
XYZ 8.85 13.86 8.87 -
YUV 91.58 118.64 96.92 -
System Red Green Blue C M Y K H S L
Decimal 48 117 75 0.59 0 0.36 0.54 143.48 0.42 0.32
Hex 30 75 4B 3B 0 24 36 8F 2A 20
Octal 60 165 113 73 0 44 66 217 52 40
Binary 110000 1110101 1001011 111011 0 100100 110110 10001111 101010 100000

Color Harmonies of #30754B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30754B

Black with #30754B

Text Example


Text Example

White with #30754B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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