#307252

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

Shades of Amazon #307252

Tints of Amazon #307252

Color information

#307252 (or 0x307252) is unknown color: approx Amazon. HEX triplet: 30, 72 and 52. RGB value is (48,114,82). Sum of RGB (Red+Green+Blue) = 48+114+82=244 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.67% from 244); Green value is 114 (44.92% from 255 or 46.72% from 244); Blue value is 82 (32.42% from 255 or 33.61% from 244); Max value from RGB is 114 - color contains mainly: green. Hex color #307252 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #307252 is #CF8DAD. Grayscale: #5A5A5A. Windows color (decimal): -13602222 or 5403184. OLE color: 5403184.

HSL color Cylindrical-coordinate representation of color #307252: hue angle of 150.91º 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 #307252 is Cyan = 0.58, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.55.

Color convert

RGB4811482-
CMYK0.5800.280.55
HSL150.91º40.74%31.76%-
HSV(B)150.91º57.89%44.71%-
XYZ8.7613.2710.08-
YUV90.62123.1397.6-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 19.67%
GREEN value IS 114 (44.92% from 255) = 46.72%
BLUE value IS 82 (32.42% from 255) = 33.61%
R=19.67%
G=46.72%
B=33.61%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal48114820.5800.280.55150.9140.7431.76
Hex3072523A01C37972920
Octal6016212272034672275140
Binary1100001110010101001011101001110011011110010111101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #307252; }

 p { color: rgb(48,114,82); }

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

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

 a { background-color: rgb(48,114,82); }

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

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

 span { border-color: rgb(48,114,82); }

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