#308243

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

Shades of Amazon #308243

Tints of Amazon #308243

Color information

#308243 (or 0x308243) is unknown color: approx Amazon. HEX triplet: 30, 82 and 43. RGB value is (48,130,67). Sum of RGB (Red+Green+Blue) = 48+130+67=245 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.59% from 245); Green value is 130 (51.17% from 255 or 53.06% from 245); Blue value is 67 (26.56% from 255 or 27.35% from 245); Max value from RGB is 130 - color contains mainly: green. Hex color #308243 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #308243 is #CF7DBC. Grayscale: #626262. Windows color (decimal): -13598141 or 4424240. OLE color: 4424240.

HSL color Cylindrical-coordinate representation of color #308243: hue angle of 133.9º 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 #308243 is Cyan = 0.63, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.49.

Color convert

RGB4813067-
CMYK0.6300.480.49
HSL133.9º46.07%34.9%-
HSV(B)133.9º63.08%50.98%-
XYZ10.21178.05-
YUV98.3110.3392.12-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 19.59%
GREEN value IS 130 (51.17% from 255) = 53.06%
BLUE value IS 67 (26.56% from 255) = 27.35%
R=19.59%
G=53.06%
B=27.35%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal48130670.6300.480.49133.946.0734.9
Hex3082433F03031862e23
Octal6020210377060612065643
Binary110000100000101000011111111011000011000110000110101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #308243

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #308243; }

 p { color: rgb(48,130,67); }

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

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

 a { background-color: rgb(48,130,67); }

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

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

 span { border-color: rgb(48,130,67); }

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