Html Css Color HEX #2D814E Amazon

📋 copy color: '#2D814E'

red 45 ◦ green 129 ◦ blue 78

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

Shades of Amazon #2D814E

Tints of Amazon #2D814E

RGB

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

 GREEN value IS 129 (50.78% from 255) = 51.19%

 BLUE value IS 78 (30.86% from 255) = 30.95%

R = 17.86%
G = 51.19%
B = 30.95%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.40

 K value IS 0.49

RGB Variations

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

Color information

#2D814E (or 0x2D814E) is known color: Amazon. HEX triplet: 2D, 81 and 4E. RGB value is (45,129,78). Sum of RGB (Red+Green+Blue) = 45+129+78=252 (33% of max value = 765). Red value is 45 (17.97% from 255 or 17.86% from 252); Green value is 129 (50.78% from 255 or 51.19% from 252); Blue value is 78 (30.86% from 255 or 30.95% from 252); Max value from RGB is 129 - color contains mainly: green. Hex color #2D814E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2D814E is #D27EB1. Grayscale: #626262. Windows color (decimal): -13794994 or 5144877. OLE color: 5144877.

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

Color convert

RGB 45 129 78 -
CMYK 0.65 0 0.40 0.49
HSL 143.57º 0.48% 0.34% -
HSV(B) 143.57º 0.65% 0.51% -
XYZ 10.31 16.81 9.91 -
YUV 98.07 116.67 90.15 -
System Red Green Blue C M Y K H S L
Decimal 45 129 78 0.65 0 0.40 0.49 143.57 0.48 0.34
Hex 2D 81 4E 41 0 28 31 90 30 22
Octal 55 201 116 101 0 50 61 220 60 42
Binary 101101 10000001 1001110 1000001 0 101000 110001 10010000 110000 100010

Color Harmonies of #2D814E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D814E

Black with #2D814E

Text Example


Text Example

White with #2D814E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,129,78); }

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

background-color css

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

 a { background-color: rgb(45,129,78); }

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

border-color css

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

 span { border-color: rgb(45,129,78); }

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