Html Css Color HEX #2D7948 Amazon

📋 copy color: '#2D7948'

red 45 ◦ green 121 ◦ blue 72

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

Shades of Amazon #2D7948

Tints of Amazon #2D7948

RGB

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

 GREEN value IS 121 (47.66% from 255) = 50.84%

 BLUE value IS 72 (28.52% from 255) = 30.25%

R = 18.91%
G = 50.84%
B = 30.25%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.40

 K value IS 0.53

RGB Variations

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

Color information

#2D7948 (or 0x2D7948) is known color: Amazon. HEX triplet: 2D, 79 and 48. RGB value is (45,121,72). Sum of RGB (Red+Green+Blue) = 45+121+72=238 (31% of max value = 765). Red value is 45 (17.97% from 255 or 18.91% from 238); Green value is 121 (47.66% from 255 or 50.84% from 238); Blue value is 72 (28.52% from 255 or 30.25% from 238); Max value from RGB is 121 - color contains mainly: green. Hex color #2D7948 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D7948 is #D286B7. Grayscale: #5C5C5C. Windows color (decimal): -13797048 or 4749613. OLE color: 4749613.

HSL color Cylindrical-coordinate representation of color #2D7948: hue angle of 141.32º degrees, saturation: 0.46, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2D7948 is Cyan = 0.63, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.53.

Color convert

RGB 45 121 72 -
CMYK 0.63 0 0.40 0.53
HSL 141.32º 0.46% 0.33% -
HSV(B) 141.32º 0.63% 0.47% -
XYZ 9.09 14.7 8.49 -
YUV 92.69 116.32 93.98 -
System Red Green Blue C M Y K H S L
Decimal 45 121 72 0.63 0 0.40 0.53 141.32 0.46 0.33
Hex 2D 79 48 3F 0 28 35 8D 2E 21
Octal 55 171 110 77 0 50 65 215 56 41
Binary 101101 1111001 1001000 111111 0 101000 110101 10001101 101110 100001

Color Harmonies of #2D7948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D7948

Black with #2D7948

Text Example


Text Example

White with #2D7948

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,121,72); }

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

background-color css

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

 a { background-color: rgb(45,121,72); }

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

border-color css

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

 span { border-color: rgb(45,121,72); }

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