#30734B

Color #30734B Amazon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Amazon #30734B

Tints of Amazon #30734B

Color information

#30734B (or 0x30734B) is unknown color: approx 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

RGB4811575-
CMYK0.5800.350.55
HSL144.18º41.1%31.96%-
HSV(B)144.18º58.26%45.1%-
XYZ8.6213.48.79-
YUV90.41119.397.75-

RGB Variations

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

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 (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal48115750.5800.350.55144.1841.131.96
Hex30734B3A02337902920
Octal6016311372043672205140
Binary11000011100111001011111010010001111011110010000101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30734B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>