#30814B

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

Shades of Amazon #30814B

Tints of Amazon #30814B

Color information

#30814B (or 0x30814B) is unknown color: approx Amazon. HEX triplet: 30, 81 and 4B. RGB value is (48,129,75). Sum of RGB (Red+Green+Blue) = 48+129+75=252 (33% of max value = 765). Red value is 48 (19.14% from 255 or 19.05% from 252); Green value is 129 (50.78% from 255 or 51.19% from 252); Blue value is 75 (29.69% from 255 or 29.76% from 252); Max value from RGB is 129 - color contains mainly: green. Hex color #30814B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #30814B is #CF7EB4. Grayscale: #626262. Windows color (decimal): -13598389 or 4948272. OLE color: 4948272.

HSL color Cylindrical-coordinate representation of color #30814B: hue angle of 140º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #30814B is Cyan = 0.63, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.49.

Color convert

RGB4812975-
CMYK0.6300.420.49
HSL140º45.76%34.71%-
HSV(B)140º62.79%50.59%-
XYZ10.3416.849.36-
YUV98.62114.6691.89-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 19.05%
GREEN value IS 129 (50.78% from 255) = 51.19%
BLUE value IS 75 (29.69% from 255) = 29.76%
R=19.05%
G=51.19%
B=29.76%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal48129750.6300.420.4914045.7634.71
Hex30814B3F02A318c2e23
Octal6020111377052612145643
Binary110000100000011001011111111010101011000110001100101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30814B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #30814B;
 }
 .AnyTagClassName
 {
   color: #30814B;
 }
</style>
background-color css

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

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

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

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

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

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