#298241

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

Shades of Amazon #298241

Tints of Amazon #298241

Color information

#298241 (or 0x298241) is unknown color: approx Amazon. HEX triplet: 29, 82 and 41. RGB value is (41,130,65). Sum of RGB (Red+Green+Blue) = 41+130+65=236 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.37% from 236); Green value is 130 (51.17% from 255 or 55.08% from 236); Blue value is 65 (25.78% from 255 or 27.54% from 236); Max value from RGB is 130 - color contains mainly: green. Hex color #298241 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #298241 is #D67DBE. Grayscale: #606060. Windows color (decimal): -14056895 or 4293161. OLE color: 4293161.

HSL color Cylindrical-coordinate representation of color #298241: hue angle of 136.18º degrees, saturation: 0.52, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #298241 is Cyan = 0.68, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.49.

Color convert

RGB4113065-
CMYK0.6800.500.49
HSL136.18º52.05%33.53%-
HSV(B)136.18º68.46%50.98%-
XYZ9.8516.827.73-
YUV95.98110.5188.79-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 17.37%
GREEN value IS 130 (51.17% from 255) = 55.08%
BLUE value IS 65 (25.78% from 255) = 27.54%
R=17.37%
G=55.08%
B=27.54%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal41130650.6800.500.49136.1852.0533.53
Hex2982414403231883422
Octal51202101104062612106442
Binary1010011000001010000011000100011001011000110001000110100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #298241

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #298241; }

 p { color: rgb(41,130,65); }

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

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

 a { background-color: rgb(41,130,65); }

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

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

 span { border-color: rgb(41,130,65); }

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