Html Css Color HEX #2C7A51 Amazon

📋 copy color: '#2C7A51'

red 44 ◦ green 122 ◦ blue 81

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

Shades of Amazon #2C7A51

Tints of Amazon #2C7A51

RGB

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

 GREEN value IS 122 (48.05% from 255) = 49.39%

 BLUE value IS 81 (32.03% from 255) = 32.79%

R = 17.81%
G = 49.39%
B = 32.79%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.34

 K value IS 0.52

RGB Variations

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

Color information

#2C7A51 (or 0x2C7A51) is known color: Amazon. HEX triplet: 2C, 7A and 51. RGB value is (44,122,81). Sum of RGB (Red+Green+Blue) = 44+122+81=247 (32% of max value = 765). Red value is 44 (17.58% from 255 or 17.81% from 247); Green value is 122 (48.05% from 255 or 49.39% from 247); Blue value is 81 (32.03% from 255 or 32.79% from 247); Max value from RGB is 122 - color contains mainly: green. Hex color #2C7A51 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C7A51 is #D385AE. Grayscale: #5E5E5E. Windows color (decimal): -13862319 or 5339692. OLE color: 5339692.

HSL color Cylindrical-coordinate representation of color #2C7A51: hue angle of 148.46º degrees, saturation: 0.47, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2C7A51 is Cyan = 0.64, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.52.

Color convert

RGB 44 122 81 -
CMYK 0.64 0 0.34 0.52
HSL 148.46º 0.47% 0.33% -
HSV(B) 148.46º 0.64% 0.48% -
XYZ 9.48 15.05 10.19 -
YUV 94 120.66 92.33 -
System Red Green Blue C M Y K H S L
Decimal 44 122 81 0.64 0 0.34 0.52 148.46 0.47 0.33
Hex 2C 7A 51 40 0 22 34 94 2F 21
Octal 54 172 121 100 0 42 64 224 57 41
Binary 101100 1111010 1010001 1000000 0 100010 110100 10010100 101111 100001

Color Harmonies of #2C7A51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C7A51

Black with #2C7A51

Text Example


Text Example

White with #2C7A51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,122,81); }

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

background-color css

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

 a { background-color: rgb(44,122,81); }

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

border-color css

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

 span { border-color: rgb(44,122,81); }

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