Html Css Color HEX #2C7E4B Amazon

📋 copy color: '#2C7E4B'

red 44 ◦ green 126 ◦ blue 75

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

Shades of Amazon #2C7E4B

Tints of Amazon #2C7E4B

RGB

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

 GREEN value IS 126 (49.61% from 255) = 51.43%

 BLUE value IS 75 (29.69% from 255) = 30.61%

R = 17.96%
G = 51.43%
B = 30.61%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.40

 K value IS 0.51

RGB Variations

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

Color information

#2C7E4B (or 0x2C7E4B) is known color: Amazon. HEX triplet: 2C, 7E and 4B. RGB value is (44,126,75). Sum of RGB (Red+Green+Blue) = 44+126+75=245 (32% of max value = 765). Red value is 44 (17.58% from 255 or 17.96% from 245); Green value is 126 (49.61% from 255 or 51.43% from 245); Blue value is 75 (29.69% from 255 or 30.61% from 245); Max value from RGB is 126 - color contains mainly: green. Hex color #2C7E4B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C7E4B is #D381B4. Grayscale: #5F5F5F. Windows color (decimal): -13861301 or 4947500. OLE color: 4947500.

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

Color convert

RGB 44 126 75 -
CMYK 0.65 0 0.40 0.51
HSL 142.68º 0.48% 0.33% -
HSV(B) 142.68º 0.65% 0.49% -
XYZ 9.77 15.97 9.22 -
YUV 95.67 116.33 91.15 -
System Red Green Blue C M Y K H S L
Decimal 44 126 75 0.65 0 0.40 0.51 142.68 0.48 0.33
Hex 2C 7E 4B 41 0 28 33 8F 30 21
Octal 54 176 113 101 0 50 63 217 60 41
Binary 101100 1111110 1001011 1000001 0 101000 110011 10001111 110000 100001

Color Harmonies of #2C7E4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C7E4B

Black with #2C7E4B

Text Example


Text Example

White with #2C7E4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,126,75); }

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

background-color css

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

 a { background-color: rgb(44,126,75); }

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

border-color css

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

 span { border-color: rgb(44,126,75); }

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