Html Css Color HEX #298142 Amazon

📋 copy color: '#298142'

red 41 ◦ green 129 ◦ blue 66

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

Shades of Amazon #298142

Tints of Amazon #298142

RGB

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

 GREEN value IS 129 (50.78% from 255) = 54.66%

 BLUE value IS 66 (26.17% from 255) = 27.97%

R = 17.37%
G = 54.66%
B = 27.97%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.49

 K value IS 0.49

RGB Variations

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

Color information

#298142 (or 0x298142) is known color: Amazon. HEX triplet: 29, 81 and 42. RGB value is (41,129,66). Sum of RGB (Red+Green+Blue) = 41+129+66=236 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.37% from 236); Green value is 129 (50.78% from 255 or 54.66% from 236); Blue value is 66 (26.17% from 255 or 27.97% from 236); Max value from RGB is 129 - color contains mainly: green. Hex color #298142 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #298142 is #D67EBD. Grayscale: #5F5F5F. Windows color (decimal): -14057150 or 4358441. OLE color: 4358441.

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

Color convert

RGB 41 129 66 -
CMYK 0.68 0 0.49 0.49
HSL 137.05º 0.52% 0.33% -
HSV(B) 137.05º 0.68% 0.51% -
XYZ 9.75 16.57 7.84 -
YUV 95.51 111.35 89.12 -
System Red Green Blue C M Y K H S L
Decimal 41 129 66 0.68 0 0.49 0.49 137.05 0.52 0.33
Hex 29 81 42 44 0 31 31 89 34 21
Octal 51 201 102 104 0 61 61 211 64 41
Binary 101001 10000001 1000010 1000100 0 110001 110001 10001001 110100 100001

Color Harmonies of #298142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #298142

Black with #298142

Text Example


Text Example

White with #298142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #298142; }

 p { color: rgb(41,129,66); }

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

background-color css

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

 a { background-color: rgb(41,129,66); }

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

border-color css

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

 span { border-color: rgb(41,129,66); }

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