Html Css Color HEX #298144 Amazon

📋 copy color: '#298144'

red 41 ◦ green 129 ◦ blue 68

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

Shades of Amazon #298144

Tints of Amazon #298144

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 28.57%

R = 17.23%
G = 54.2%
B = 28.57%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.47

 K value IS 0.49

RGB Variations

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

Color information

#298144 (or 0x298144) is known color: Amazon. HEX triplet: 29, 81 and 44. RGB value is (41,129,68). Sum of RGB (Red+Green+Blue) = 41+129+68=238 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.23% from 238); Green value is 129 (50.78% from 255 or 54.20% from 238); Blue value is 68 (26.95% from 255 or 28.57% from 238); Max value from RGB is 129 - color contains mainly: green. Hex color #298144 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #298144 is #D67EBB. Grayscale: #5F5F5F. Windows color (decimal): -14057148 or 4489513. OLE color: 4489513.

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

Color convert

RGB 41 129 68 -
CMYK 0.68 0 0.47 0.49
HSL 138.41º 0.52% 0.33% -
HSV(B) 138.41º 0.68% 0.51% -
XYZ 9.81 16.59 8.15 -
YUV 95.73 112.35 88.96 -
System Red Green Blue C M Y K H S L
Decimal 41 129 68 0.68 0 0.47 0.49 138.41 0.52 0.33
Hex 29 81 44 44 0 2F 31 8A 34 21
Octal 51 201 104 104 0 57 61 212 64 41
Binary 101001 10000001 1000100 1000100 0 101111 110001 10001010 110100 100001

Color Harmonies of #298144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #298144

Black with #298144

Text Example


Text Example

White with #298144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #298144; }

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

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

background-color css

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

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

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

border-color css

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

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

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