#308244

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

Shades of Amazon #308244

Tints of Amazon #308244

Color information

#308244 (or 0x308244) is unknown color: approx Amazon. HEX triplet: 30, 82 and 44. RGB value is (48,130,68). Sum of RGB (Red+Green+Blue) = 48+130+68=246 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.51% from 246); Green value is 130 (51.17% from 255 or 52.85% from 246); Blue value is 68 (26.95% from 255 or 27.64% from 246); Max value from RGB is 130 - color contains mainly: green. Hex color #308244 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #308244 is #CF7DBB. Grayscale: #626262. Windows color (decimal): -13598140 or 4489776. OLE color: 4489776.

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

Color convert

RGB4813068-
CMYK0.6300.480.49
HSL134.63º46.07%34.9%-
HSV(B)134.63º63.08%50.98%-
XYZ10.2417.018.21-
YUV98.41110.8392.04-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 19.51%
GREEN value IS 130 (51.17% from 255) = 52.85%
BLUE value IS 68 (26.95% from 255) = 27.64%
R=19.51%
G=52.85%
B=27.64%

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
Decimal48130680.6300.480.49134.6346.0734.9
Hex3082443F03031872e23
Octal6020210477060612075643
Binary110000100000101000100111111011000011000110000111101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #308244

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #308244; }

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

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

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

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

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

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

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

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