Html Css Color HEX #2C7D4B Amazon

📋 copy color: '#2C7D4B'

red 44 ◦ green 125 ◦ blue 75

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

Shades of Amazon #2C7D4B

Tints of Amazon #2C7D4B

RGB

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

 GREEN value IS 125 (49.22% from 255) = 51.23%

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

R = 18.03%
G = 51.23%
B = 30.74%

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

#2C7D4B (or 0x2C7D4B) is known color: Amazon. HEX triplet: 2C, 7D and 4B. RGB value is (44,125,75). Sum of RGB (Red+Green+Blue) = 44+125+75=244 (32% of max value = 765). Red value is 44 (17.58% from 255 or 18.03% from 244); Green value is 125 (49.22% from 255 or 51.23% from 244); Blue value is 75 (29.69% from 255 or 30.74% from 244); Max value from RGB is 125 - color contains mainly: green. Hex color #2C7D4B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C7D4B is #D382B4. Grayscale: #5F5F5F. Windows color (decimal): -13861557 or 4947244. OLE color: 4947244.

HSL color Cylindrical-coordinate representation of color #2C7D4B: hue angle of 142.96º 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 #2C7D4B is Cyan = 0.65, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.51.

Color convert

RGB 44 125 75 -
CMYK 0.65 0 0.40 0.51
HSL 142.96º 0.48% 0.33% -
HSV(B) 142.96º 0.65% 0.49% -
XYZ 9.64 15.71 9.18 -
YUV 95.08 116.66 91.57 -
System Red Green Blue C M Y K H S L
Decimal 44 125 75 0.65 0 0.40 0.51 142.96 0.48 0.33
Hex 2C 7D 4B 41 0 28 33 8F 30 21
Octal 54 175 113 101 0 50 63 217 60 41
Binary 101100 1111101 1001011 1000001 0 101000 110011 10001111 110000 100001

Color Harmonies of #2C7D4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C7D4B

Black with #2C7D4B

Text Example


Text Example

White with #2C7D4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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