Html Css Color HEX #2D7754 Amazon

📋 copy color: '#2D7754'

red 45 ◦ green 119 ◦ blue 84

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

Shades of Amazon #2D7754

Tints of Amazon #2D7754

RGB

 RED value IS 45 (17.97% from 255) = 18.15%

 GREEN value IS 119 (46.88% from 255) = 47.98%

 BLUE value IS 84 (33.2% from 255) = 33.87%

R = 18.15%
G = 47.98%
B = 33.87%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.29

 K value IS 0.53

RGB Variations

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

Color information

#2D7754 (or 0x2D7754) is known color: Amazon. HEX triplet: 2D, 77 and 54. RGB value is (45,119,84). Sum of RGB (Red+Green+Blue) = 45+119+84=248 (32% of max value = 765). Red value is 45 (17.97% from 255 or 18.15% from 248); Green value is 119 (46.88% from 255 or 47.98% from 248); Blue value is 84 (33.20% from 255 or 33.87% from 248); Max value from RGB is 119 - color contains mainly: green. Hex color #2D7754 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D7754 is #D288AB. Grayscale: #5C5C5C. Windows color (decimal): -13797548 or 5535533. OLE color: 5535533.

HSL color Cylindrical-coordinate representation of color #2D7754: hue angle of 151.62º degrees, saturation: 0.45, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2D7754 is Cyan = 0.62, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.53.

Color convert

RGB 45 119 84 -
CMYK 0.62 0 0.29 0.53
HSL 151.62º 0.45% 0.32% -
HSV(B) 151.62º 0.62% 0.47% -
XYZ 9.28 14.39 10.68 -
YUV 92.88 122.98 93.85 -
System Red Green Blue C M Y K H S L
Decimal 45 119 84 0.62 0 0.29 0.53 151.62 0.45 0.32
Hex 2D 77 54 3E 0 1D 35 98 2D 20
Octal 55 167 124 76 0 35 65 230 55 40
Binary 101101 1110111 1010100 111110 0 11101 110101 10011000 101101 100000

Color Harmonies of #2D7754

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D7754

Black with #2D7754

Text Example


Text Example

White with #2D7754

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,119,84); }

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

background-color css

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

 a { background-color: rgb(45,119,84); }

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

border-color css

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

 span { border-color: rgb(45,119,84); }

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