Html Css Color HEX #2B7255 Amazon

📋 copy color: '#2B7255'

red 43 ◦ green 114 ◦ blue 85

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

Shades of Amazon #2B7255

Tints of Amazon #2B7255

RGB

 RED value IS 43 (17.19% from 255) = 17.77%

 GREEN value IS 114 (44.92% from 255) = 47.11%

 BLUE value IS 85 (33.59% from 255) = 35.12%

R = 17.77%
G = 47.11%
B = 35.12%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.25

 K value IS 0.55

RGB Variations

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

Color information

#2B7255 (or 0x2B7255) is known color: Amazon. HEX triplet: 2B, 72 and 55. RGB value is (43,114,85). Sum of RGB (Red+Green+Blue) = 43+114+85=242 (32% of max value = 765). Red value is 43 (17.19% from 255 or 17.77% from 242); Green value is 114 (44.92% from 255 or 47.11% from 242); Blue value is 85 (33.59% from 255 or 35.12% from 242); Max value from RGB is 114 - color contains mainly: green. Hex color #2B7255 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B7255 is #D48DAA. Grayscale: #595959. Windows color (decimal): -13929899 or 5599787. OLE color: 5599787.

HSL color Cylindrical-coordinate representation of color #2B7255: hue angle of 155.49º degrees, saturation: 0.45, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2B7255 is Cyan = 0.62, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.55.

Color convert

RGB 43 114 85 -
CMYK 0.62 0 0.25 0.55
HSL 155.49º 0.45% 0.31% -
HSV(B) 155.49º 0.62% 0.45% -
XYZ 8.65 13.2 10.69 -
YUV 89.47 125.48 94.86 -
System Red Green Blue C M Y K H S L
Decimal 43 114 85 0.62 0 0.25 0.55 155.49 0.45 0.31
Hex 2B 72 55 3E 0 19 37 9B 2D 1F
Octal 53 162 125 76 0 31 67 233 55 37
Binary 101011 1110010 1010101 111110 0 11001 110111 10011011 101101 11111

Color Harmonies of #2B7255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B7255

Black with #2B7255

Text Example


Text Example

White with #2B7255

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,114,85); }

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

background-color css

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

 a { background-color: rgb(43,114,85); }

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

border-color css

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

 span { border-color: rgb(43,114,85); }

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