Html Css Color HEX #2C7B5D Amazon

📋 copy color: '#2C7B5D'

red 44 ◦ green 123 ◦ blue 93

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

Shades of Amazon #2C7B5D

Tints of Amazon #2C7B5D

RGB

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

 GREEN value IS 123 (48.44% from 255) = 47.31%

 BLUE value IS 93 (36.72% from 255) = 35.77%

R = 16.92%
G = 47.31%
B = 35.77%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.24

 K value IS 0.52

RGB Variations

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

Color information

#2C7B5D (or 0x2C7B5D) is known color: Amazon. HEX triplet: 2C, 7B and 5D. RGB value is (44,123,93). Sum of RGB (Red+Green+Blue) = 44+123+93=260 (34% of max value = 765). Red value is 44 (17.58% from 255 or 16.92% from 260); Green value is 123 (48.44% from 255 or 47.31% from 260); Blue value is 93 (36.72% from 255 or 35.77% from 260); Max value from RGB is 123 - color contains mainly: green. Hex color #2C7B5D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C7B5D is #D384A2. Grayscale: #606060. Windows color (decimal): -13862051 or 6126380. OLE color: 6126380.

HSL color Cylindrical-coordinate representation of color #2C7B5D: hue angle of 157.22º 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 #2C7B5D is Cyan = 0.64, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.52.

Color convert

RGB 44 123 93 -
CMYK 0.64 0 0.24 0.52
HSL 157.22º 0.47% 0.33% -
HSV(B) 157.22º 0.64% 0.48% -
XYZ 10.1 15.49 12.81 -
YUV 95.96 126.33 90.94 -
System Red Green Blue C M Y K H S L
Decimal 44 123 93 0.64 0 0.24 0.52 157.22 0.47 0.33
Hex 2C 7B 5D 40 0 18 34 9D 2F 21
Octal 54 173 135 100 0 30 64 235 57 41
Binary 101100 1111011 1011101 1000000 0 11000 110100 10011101 101111 100001

Color Harmonies of #2C7B5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C7B5D

Black with #2C7B5D

Text Example


Text Example

White with #2C7B5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,123,93); }

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

background-color css

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

 a { background-color: rgb(44,123,93); }

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

border-color css

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

 span { border-color: rgb(44,123,93); }

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