Html Css Color HEX #298048 Amazon

📋 copy color: '#298048'

red 41 ◦ green 128 ◦ blue 72

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

Shades of Amazon #298048

Tints of Amazon #298048

RGB

 RED value IS 41 (16.41% from 255) = 17.01%

 GREEN value IS 128 (50.39% from 255) = 53.11%

 BLUE value IS 72 (28.52% from 255) = 29.88%

R = 17.01%
G = 53.11%
B = 29.88%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.44

 K value IS 0.50

RGB Variations

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

Color information

#298048 (or 0x298048) is known color: Amazon. HEX triplet: 29, 80 and 48. RGB value is (41,128,72). Sum of RGB (Red+Green+Blue) = 41+128+72=241 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.01% from 241); Green value is 128 (50.39% from 255 or 53.11% from 241); Blue value is 72 (28.52% from 255 or 29.88% from 241); Max value from RGB is 128 - color contains mainly: green. Hex color #298048 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #298048 is #D67FB7. Grayscale: #5F5F5F. Windows color (decimal): -14057400 or 4751401. OLE color: 4751401.

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

Color convert

RGB 41 128 72 -
CMYK 0.68 0 0.44 0.50
HSL 141.38º 0.51% 0.33% -
HSV(B) 141.38º 0.68% 0.5% -
XYZ 9.8 16.38 8.78 -
YUV 95.6 114.68 89.05 -
System Red Green Blue C M Y K H S L
Decimal 41 128 72 0.68 0 0.44 0.50 141.38 0.51 0.33
Hex 29 80 48 44 0 2C 32 8D 33 21
Octal 51 200 110 104 0 54 62 215 63 41
Binary 101001 10000000 1001000 1000100 0 101100 110010 10001101 110011 100001

Color Harmonies of #298048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #298048

Black with #298048

Text Example


Text Example

White with #298048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #298048; }

 p { color: rgb(41,128,72); }

 H1.HeaderClassName
 {
   color: #298048;
 }
 .AnyTagClassName
 {
   color: #298048;
 }
</style>

background-color css

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

 a { background-color: rgb(41,128,72); }

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

border-color css

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

 span { border-color: rgb(41,128,72); }

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