Html Css Color HEX #30734B Amazon

📋 copy color: '#30734B'

red 48 ◦ green 115 ◦ blue 75

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

Shades of Amazon #30734B

Tints of Amazon #30734B

RGB

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

 GREEN value IS 115 (45.31% from 255) = 48.32%

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

R = 20.17%
G = 48.32%
B = 31.51%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.35

 K value IS 0.55

RGB Variations

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

Color information

#30734B (or 0x30734B) is known color: Amazon. HEX triplet: 30, 73 and 4B. RGB value is (48,115,75). Sum of RGB (Red+Green+Blue) = 48+115+75=238 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20.17% from 238); Green value is 115 (45.31% from 255 or 48.32% from 238); Blue value is 75 (29.69% from 255 or 31.51% from 238); Max value from RGB is 115 - color contains mainly: green. Hex color #30734B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #30734B is #CF8CB4. Grayscale: #5A5A5A. Windows color (decimal): -13601973 or 4944688. OLE color: 4944688.

HSL color Cylindrical-coordinate representation of color #30734B: hue angle of 144.18º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #30734B is Cyan = 0.58, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.55.

Color convert

RGB 48 115 75 -
CMYK 0.58 0 0.35 0.55
HSL 144.18º 0.41% 0.32% -
HSV(B) 144.18º 0.58% 0.45% -
XYZ 8.62 13.4 8.79 -
YUV 90.41 119.3 97.75 -
System Red Green Blue C M Y K H S L
Decimal 48 115 75 0.58 0 0.35 0.55 144.18 0.41 0.32
Hex 30 73 4B 3A 0 23 37 90 29 20
Octal 60 163 113 72 0 43 67 220 51 40
Binary 110000 1110011 1001011 111010 0 100011 110111 10010000 101001 100000

Color Harmonies of #30734B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30734B

Black with #30734B

Text Example


Text Example

White with #30734B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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