Html Css Color HEX #2D7858 Amazon

📋 copy color: '#2D7858'

red 45 ◦ green 120 ◦ blue 88

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

Shades of Amazon #2D7858

Tints of Amazon #2D7858

RGB

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

 GREEN value IS 120 (47.27% from 255) = 47.43%

 BLUE value IS 88 (34.77% from 255) = 34.78%

R = 17.79%
G = 47.43%
B = 34.78%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.27

 K value IS 0.53

RGB Variations

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

Color information

#2D7858 (or 0x2D7858) is known color: Amazon. HEX triplet: 2D, 78 and 58. RGB value is (45,120,88). Sum of RGB (Red+Green+Blue) = 45+120+88=253 (33% of max value = 765). Red value is 45 (17.97% from 255 or 17.79% from 253); Green value is 120 (47.27% from 255 or 47.43% from 253); Blue value is 88 (34.77% from 255 or 34.78% from 253); Max value from RGB is 120 - color contains mainly: green. Hex color #2D7858 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D7858 is #D287A7. Grayscale: #5D5D5D. Windows color (decimal): -13797288 or 5797933. OLE color: 5797933.

HSL color Cylindrical-coordinate representation of color #2D7858: hue angle of 154.4º 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 #2D7858 is Cyan = 0.63, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.53.

Color convert

RGB 45 120 88 -
CMYK 0.63 0 0.27 0.53
HSL 154.4º 0.45% 0.32% -
HSV(B) 154.4º 0.63% 0.47% -
XYZ 9.56 14.7 11.57 -
YUV 93.93 124.65 93.1 -
System Red Green Blue C M Y K H S L
Decimal 45 120 88 0.63 0 0.27 0.53 154.4 0.45 0.32
Hex 2D 78 58 3F 0 1B 35 9A 2D 20
Octal 55 170 130 77 0 33 65 232 55 40
Binary 101101 1111000 1011000 111111 0 11011 110101 10011010 101101 100000

Color Harmonies of #2D7858

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D7858

Black with #2D7858

Text Example


Text Example

White with #2D7858

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,120,88); }

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

background-color css

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

 a { background-color: rgb(45,120,88); }

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

border-color css

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

 span { border-color: rgb(45,120,88); }

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