#308345

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

Shades of Amazon #308345

Tints of Amazon #308345

Color information

#308345 (or 0x308345) is unknown color: approx Amazon. HEX triplet: 30, 83 and 45. RGB value is (48,131,69). Sum of RGB (Red+Green+Blue) = 48+131+69=248 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.35% from 248); Green value is 131 (51.56% from 255 or 52.82% from 248); Blue value is 69 (27.34% from 255 or 27.82% from 248); Max value from RGB is 131 - color contains mainly: green. Hex color #308345 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #308345 is #CF7CBA. Grayscale: #636363. Windows color (decimal): -13597883 or 4555568. OLE color: 4555568.

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

Color convert

RGB4813169-
CMYK0.6300.470.49
HSL135.18º46.37%35.1%-
HSV(B)135.18º63.36%51.37%-
XYZ10.4117.298.42-
YUV99.1211191.54-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 19.35%
GREEN value IS 131 (51.56% from 255) = 52.82%
BLUE value IS 69 (27.34% from 255) = 27.82%
R=19.35%
G=52.82%
B=27.82%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal48131690.6300.470.49135.1846.3735.1
Hex3083453F02F31872e23
Octal6020310577057612075643
Binary110000100000111000101111111010111111000110000111101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #308345

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #308345; }

 p { color: rgb(48,131,69); }

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

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

 a { background-color: rgb(48,131,69); }

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

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

 span { border-color: rgb(48,131,69); }

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