Html Css Color HEX #2F8545 Amazon

📋 copy color: '#2F8545'

red 47 ◦ green 133 ◦ blue 69

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

Shades of Amazon #2F8545

Tints of Amazon #2F8545

RGB

 RED value IS 47 (18.75% from 255) = 18.88%

 GREEN value IS 133 (52.34% from 255) = 53.41%

 BLUE value IS 69 (27.34% from 255) = 27.71%

R = 18.88%
G = 53.41%
B = 27.71%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.48

 K value IS 0.48

RGB Variations

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

Color information

#2F8545 (or 0x2F8545) is known color: Amazon. HEX triplet: 2F, 85 and 45. RGB value is (47,133,69). Sum of RGB (Red+Green+Blue) = 47+133+69=249 (32% of max value = 765). Red value is 47 (18.75% from 255 or 18.88% from 249); Green value is 133 (52.34% from 255 or 53.41% from 249); Blue value is 69 (27.34% from 255 or 27.71% from 249); Max value from RGB is 133 - color contains mainly: green. Hex color #2F8545 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2F8545 is #D07ABA. Grayscale: #646464. Windows color (decimal): -13662907 or 4556079. OLE color: 4556079.

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

Color convert

RGB 47 133 69 -
CMYK 0.65 0 0.48 0.48
HSL 135.35º 0.48% 0.35% -
HSV(B) 135.35º 0.65% 0.52% -
XYZ 10.63 17.81 8.51 -
YUV 99.99 110.51 90.2 -
System Red Green Blue C M Y K H S L
Decimal 47 133 69 0.65 0 0.48 0.48 135.35 0.48 0.35
Hex 2F 85 45 41 0 30 30 87 30 23
Octal 57 205 105 101 0 60 60 207 60 43
Binary 101111 10000101 1000101 1000001 0 110000 110000 10000111 110000 100011

Color Harmonies of #2F8545

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F8545

Black with #2F8545

Text Example


Text Example

White with #2F8545

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,133,69); }

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

background-color css

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

 a { background-color: rgb(47,133,69); }

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

border-color css

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

 span { border-color: rgb(47,133,69); }

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