Html Css Color HEX #2C8149 Amazon

📋 copy color: '#2C8149'

red 44 ◦ green 129 ◦ blue 73

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

Shades of Amazon #2C8149

Tints of Amazon #2C8149

RGB

 RED value IS 44 (17.58% from 255) = 17.89%

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

 BLUE value IS 73 (28.91% from 255) = 29.67%

R = 17.89%
G = 52.44%
B = 29.67%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.43

 K value IS 0.49

RGB Variations

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

Color information

#2C8149 (or 0x2C8149) is known color: Amazon. HEX triplet: 2C, 81 and 49. RGB value is (44,129,73). Sum of RGB (Red+Green+Blue) = 44+129+73=246 (32% of max value = 765). Red value is 44 (17.58% from 255 or 17.89% from 246); Green value is 129 (50.78% from 255 or 52.44% from 246); Blue value is 73 (28.91% from 255 or 29.67% from 246); Max value from RGB is 129 - color contains mainly: green. Hex color #2C8149 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2C8149 is #D37EB6. Grayscale: #616161. Windows color (decimal): -13860535 or 4817196. OLE color: 4817196.

HSL color Cylindrical-coordinate representation of color #2C8149: hue angle of 140.47º degrees, saturation: 0.49, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2C8149 is Cyan = 0.66, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.49.

Color convert

RGB 44 129 73 -
CMYK 0.66 0 0.43 0.49
HSL 140.47º 0.49% 0.34% -
HSV(B) 140.47º 0.66% 0.51% -
XYZ 10.09 16.72 9 -
YUV 97.2 114.34 90.05 -
System Red Green Blue C M Y K H S L
Decimal 44 129 73 0.66 0 0.43 0.49 140.47 0.49 0.34
Hex 2C 81 49 42 0 2B 31 8C 31 22
Octal 54 201 111 102 0 53 61 214 61 42
Binary 101100 10000001 1001001 1000010 0 101011 110001 10001100 110001 100010

Color Harmonies of #2C8149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C8149

Black with #2C8149

Text Example


Text Example

White with #2C8149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2C8149; }

 p { color: rgb(44,129,73); }

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

background-color css

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

 a { background-color: rgb(44,129,73); }

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

border-color css

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

 span { border-color: rgb(44,129,73); }

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