Html Css Color HEX #2D7153 Amazon

📋 copy color: '#2D7153'

red 45 ◦ green 113 ◦ blue 83

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

Shades of Amazon #2D7153

Tints of Amazon #2D7153

RGB

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

 GREEN value IS 113 (44.53% from 255) = 46.89%

 BLUE value IS 83 (32.81% from 255) = 34.44%

R = 18.67%
G = 46.89%
B = 34.44%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.27

 K value IS 0.56

RGB Variations

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

Color information

#2D7153 (or 0x2D7153) is known color: Amazon. HEX triplet: 2D, 71 and 53. RGB value is (45,113,83). Sum of RGB (Red+Green+Blue) = 45+113+83=241 (31% of max value = 765). Red value is 45 (17.97% from 255 or 18.67% from 241); Green value is 113 (44.53% from 255 or 46.89% from 241); Blue value is 83 (32.81% from 255 or 34.44% from 241); Max value from RGB is 113 - color contains mainly: green. Hex color #2D7153 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D7153 is #D28EAC. Grayscale: #595959. Windows color (decimal): -13799085 or 5468461. OLE color: 5468461.

HSL color Cylindrical-coordinate representation of color #2D7153: hue angle of 153.53º degrees, saturation: 0.43, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2D7153 is Cyan = 0.60, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.56.

Color convert

RGB 45 113 83 -
CMYK 0.60 0 0.27 0.56
HSL 153.53º 0.43% 0.31% -
HSV(B) 153.53º 0.6% 0.44% -
XYZ 8.55 12.99 10.24 -
YUV 89.25 124.47 96.44 -
System Red Green Blue C M Y K H S L
Decimal 45 113 83 0.60 0 0.27 0.56 153.53 0.43 0.31
Hex 2D 71 53 3C 0 1B 38 9A 2B 1F
Octal 55 161 123 74 0 33 70 232 53 37
Binary 101101 1110001 1010011 111100 0 11011 111000 10011010 101011 11111

Color Harmonies of #2D7153

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D7153

Black with #2D7153

Text Example


Text Example

White with #2D7153

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,113,83); }

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

background-color css

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

 a { background-color: rgb(45,113,83); }

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

border-color css

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

 span { border-color: rgb(45,113,83); }

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