Html Css Color HEX #298047 Amazon

📋 copy color: '#298047'

red 41 ◦ green 128 ◦ blue 71

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

Shades of Amazon #298047

Tints of Amazon #298047

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 29.58%

R = 17.08%
G = 53.33%
B = 29.58%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.45

 K value IS 0.50

RGB Variations

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

Color information

#298047 (or 0x298047) is known color: Amazon. HEX triplet: 29, 80 and 47. RGB value is (41,128,71). Sum of RGB (Red+Green+Blue) = 41+128+71=240 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.08% from 240); Green value is 128 (50.39% from 255 or 53.33% from 240); Blue value is 71 (28.12% from 255 or 29.58% from 240); Max value from RGB is 128 - color contains mainly: green. Hex color #298047 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #298047 is #D67FB8. Grayscale: #5F5F5F. Windows color (decimal): -14057401 or 4685865. OLE color: 4685865.

HSL color Cylindrical-coordinate representation of color #298047: hue angle of 140.69º 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 #298047 is Cyan = 0.68, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.50.

Color convert

RGB 41 128 71 -
CMYK 0.68 0 0.45 0.50
HSL 140.69º 0.51% 0.33% -
HSV(B) 140.69º 0.68% 0.5% -
XYZ 9.77 16.36 8.6 -
YUV 95.49 114.18 89.13 -
System Red Green Blue C M Y K H S L
Decimal 41 128 71 0.68 0 0.45 0.50 140.69 0.51 0.33
Hex 29 80 47 44 0 2D 32 8D 33 21
Octal 51 200 107 104 0 55 62 215 63 41
Binary 101001 10000000 1000111 1000100 0 101101 110010 10001101 110011 100001

Color Harmonies of #298047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #298047

Black with #298047

Text Example


Text Example

White with #298047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #298047; }

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

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

background-color css

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

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

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

border-color css

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

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

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