Html Css Color HEX #2D7B5B Amazon

📋 copy color: '#2D7B5B'

red 45 ◦ green 123 ◦ blue 91

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

Shades of Amazon #2D7B5B

Tints of Amazon #2D7B5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 35.14%

R = 17.37%
G = 47.49%
B = 35.14%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.26

 K value IS 0.52

RGB Variations

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

Color information

#2D7B5B (or 0x2D7B5B) is known color: Amazon. HEX triplet: 2D, 7B and 5B. RGB value is (45,123,91). Sum of RGB (Red+Green+Blue) = 45+123+91=259 (34% of max value = 765). Red value is 45 (17.97% from 255 or 17.37% from 259); Green value is 123 (48.44% from 255 or 47.49% from 259); Blue value is 91 (35.94% from 255 or 35.14% from 259); Max value from RGB is 123 - color contains mainly: green. Hex color #2D7B5B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D7B5B is #D284A4. Grayscale: #606060. Windows color (decimal): -13796517 or 5995309. OLE color: 5995309.

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

Color convert

RGB 45 123 91 -
CMYK 0.63 0 0.26 0.52
HSL 155.38º 0.46% 0.33% -
HSV(B) 155.38º 0.63% 0.48% -
XYZ 10.05 15.48 12.36 -
YUV 96.03 125.16 91.6 -
System Red Green Blue C M Y K H S L
Decimal 45 123 91 0.63 0 0.26 0.52 155.38 0.46 0.33
Hex 2D 7B 5B 3F 0 1A 34 9B 2E 21
Octal 55 173 133 77 0 32 64 233 56 41
Binary 101101 1111011 1011011 111111 0 11010 110100 10011011 101110 100001

Color Harmonies of #2D7B5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D7B5B

Black with #2D7B5B

Text Example


Text Example

White with #2D7B5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,123,91); }

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

background-color css

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

 a { background-color: rgb(45,123,91); }

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

border-color css

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

 span { border-color: rgb(45,123,91); }

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