Html Css Color HEX #298241 Amazon

📋 copy color: '#298241'

red 41 ◦ green 130 ◦ blue 65

#298241
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Amazon #298241

Tints of Amazon #298241

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 value IS 0.68

 M value IS 0

 Y value IS 0.50

 K value IS 0.49

RGB Variations

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

Color information

#298241 (or 0x298241) is known color: 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

RGB 41 130 65 -
CMYK 0.68 0 0.50 0.49
HSL 136.18º 0.52% 0.34% -
HSV(B) 136.18º 0.68% 0.51% -
XYZ 9.85 16.82 7.73 -
YUV 95.98 110.51 88.79 -
System Red Green Blue C M Y K H S L
Decimal 41 130 65 0.68 0 0.50 0.49 136.18 0.52 0.34
Hex 29 82 41 44 0 32 31 88 34 22
Octal 51 202 101 104 0 62 61 210 64 42
Binary 101001 10000010 1000001 1000100 0 110010 110001 10001000 110100 100010

Color Harmonies of #298241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #298241

Black with #298241

Text Example


Text Example

White with #298241

Text Example


Text Example

HTML Codes & Css Web 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>